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