nokiabot
|
2014-08-11
, 13:47
|
|
Posts: 1,974 |
Thanked: 1,834 times |
Joined on Mar 2013
@ india
|
#81
|
The Following User Says Thank You to nokiabot For This Useful Post: | ||
|
2014-08-12
, 06:43
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#82
|
find / = search for a file or folder in the complete system
find /home/user = search for a file or folder in /home/user
| grep <name> = what you're looking for e.g."dpkg -l |grep zen" lists all files in the system starting with "zen"
find <start_path> -name <string> find /home/user -iname "*config*"