Results 1 to 2 of 2
Hi, I'm kinda new to Linux
I use du -skb to get free space at a point in my filesystem.
like this...
cd /
du -skb
And it will return ...
- 10-27-2010 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 10
Getting a good Byte/Megabyte readout
Hi, I'm kinda new to Linux
I use du -skb to get free space at a point in my filesystem.
like this...
cd /
du -skb
And it will return somthing like this in bytes...
11808134357
I now must convert this, to get somthing which is around 87.9 gigs.
kinda allot of work. just for this.
QUESTION:
What would be the correct way to get a good readout of what the disk size is
from the command line.
Thanks,
-areal
- 10-27-2010 #2..which is described here:Code:
du -h
Code:man du
You must always face the curtain with a bow.


Reply With Quote