How to know how much space used?
I use CentOS 5 + lighttpd + PHP5.26
2 Replies
$ df -hT
> $ man df
NAME
df - report file system disk space usage
…
the -h option gives human-readable numbers, T tells you filesystem types.
I use CentOS 5 + lighttpd + PHP5.26
$ df -hT
> $ man df
NAME
df - report file system disk space usage
…
the -h option gives human-readable numbers, T tells you filesystem types.