Difference between revisions of "User:Scott/03"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
  Useful Directory and File Commands
+
  <h2>Useful Directory and File Commands</h2>
  
 
  Home Page      [[user:scott]]
 
  Home Page      [[user:scott]]

Revision as of 13:32, 17 October 2011

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)