Skip to main content

All Questions

Tagged with
1 vote
1 answer
336 views

SOLARIS: "du -s" vs "du -sh"

On all the SOLARIS servers I have access to du -s for some reason returns around twice of what it should. Example: root@someserver:/tmp/testdir# uname -a SunOS someserver 5.11 11.1 sun4u sparc SUNW,...
fgysin's user avatar
  • 2,988
2 votes
1 answer
165 views

Equivalent of “du --time -h” (or something similar) in Solaris

How can I get something similar to du -h --time at solaris?
Adam's user avatar
  • 123
3 votes
2 answers
7k views

Equivalent of "du --max-depth=0 -h" (or something similar) in Solaris

The du command in my solaris environment has very terse help, no man page, and doesn't support the --max-depth option seen in the linux world. I want to know how much space a given directory occupies....
Brian Vandenberg's user avatar