Show disk space used by directories below

If you want to get a the total space used in the directories below try

# du -hs *

output will look like:

16K     X11R6
74M     bin
6.1M    cpbackupDSK
76K     doc
8.0K    etc
4.0K    games
31M     include
132K    kerberos
503M    lib
13M     libexec
...

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Changing Server Hostname

To change your hostname, enter the following command as root: $ hostname...

Common SSH Commands - Linux Shell Commands

Navigating in UNIX pwd Shows the full path of the current directory ls Lists all...