User:Scott/03

From FreekiWiki
< User:Scott
Revision as of 12:01, 17 October 2011 by Scott (talk | contribs)
Jump to navigation Jump to search
Useful Directory Commands
Home Page    user:scott
Tech Support user:scott02
Network      user:scott04

Template:TOC limit

Directories

Locate Files

DU

du -h (directory usage)      (-h human readable)
du -h /home/bob/Downloads/   (list all directories in Download)
du -ha /home/bob/Downloads/  (list all files & directories in Download)
du -ha /home/bob/Downloads/ | grep -i firefox   (find all instances of firefox and -i ignore case)