Difference between revisions of "User:Scott/03"

From FreekiWiki
Jump to navigation Jump to search
(New page: bob)
 
Line 1: Line 1:
bob
+
Useful Directory Commands
 +
 
 +
Home Page    [[user:scott]]
 +
Tech Support [[user:scott02]]
 +
Network      [[user:scott04]]
 +
 
 +
{{TOC limit|limit=1}}
 +
__TOC__
 +
 
 +
<h4>Directories</h4>
 +
 
 +
==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)

Revision as of 12:01, 17 October 2011

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)