How to know how much space used?

I have a 360 package VPS and have no control panel installed. I wonder how to know how much space I've used?

I use CentOS 5 + lighttpd + PHP5.26

2 Replies

df is a handy command. I use:

$ df -hT

> $ man df

NAME

df - report file system disk space usage


the -h option gives human-readable numbers, T tells you filesystem types.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct