How to know disk space using command line

1 reply [Last post]
bOtskOOl
User offline. Last seen 25 weeks 23 hours ago. Offline
Joined: 02/21/2009
bOt Points: 3496
Re:Disc Space

$ df

(This command will display your disk usage on any Linux but in blocks)

$ df -h

(Use this for human redable format or in mb/gb format)