Tuesday, January 19, 2010

*find - spesifikasi carian




Terminal Base (@#$%^&^%$#) :p

$find / -name messages
$find / -name \*.conf

$find / -user [user acc] *sume fail eser will b appear


Question ???


Find files with mozilla.


* $find /-name mozilla






Find 'network' files in 'etc' directory.
* $find /etc -name network


Find files belonging to user 'root' in '/var' directory

* $find /var -user root


Files have been modified in 10 days $find /var -mtime -10
*10 - days
mtime - created @ modified

$find /var -mtime +20

/home

-atime


* atime - file yang selalu digunakan dalam masa yang terdekat



$where gimp

mozila

firefox

empathy

No comments:

Post a Comment