Wednesday, March 24, 2010

Basic Linux Commands: Finding Total Size of a Directory

Show size of directory:
# du -sh [directory]

Get more information about a command:
# man [command]

No comments:

Post a Comment