Wednesday, January 20, 2010

kaedeah mencari files (ubuntu)

20/JAN/2010/ WES/ 11.50AM


contoh 1:

$locate file massages


taipkan :
hidhir@hidhir-laptop:~$ find / -name massages

result:







tugasan 1 :
find files with 'mozilla'



jawapan :
taipkan :$find/ -name mozilla

result :







tugasan 2 :
find 'network' files in '/etc' directory


jawapan :
taipkan : $find /etc -name network

result :









tugasan 3 :
find file belogging to user root in /var directory


jawapan :
taipkan : $find /var -user root

result :

No comments:

Post a Comment