User:Scott/03

From FreekiWiki
< User:Scott
Revision as of 13:30, 17 October 2011 by Scott (talk | contribs)
Jump to navigation Jump to search
Useful Directory and File Commands
Home Page      user:scott
Tech Support   user:scott02
Dir & Files    user:scott03
Network        user:scott04
Troubleshoot   user:scott05

Template:TOC limit

Working With Directories

Locate Files

DU

du -h | less                 (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)