Monday, December 14, 2009

Basic Linux Commands: Search for a file

Search for a file anywhere on the machine:
# find / -name [filename]

Get more information about a command:
# man [command]

No comments:

Post a Comment