Linux: FileSystem command tips

January 23rd, 2010 by jeremychone

List the file systems

df -h

Size given folder

du -sh /path/to/folder

Sort/List largest directories/subdirectories

du /var/log/ | sort -nr | less

Other Links

Leave a Reply