On Thu, 4 Apr 2002, Jianping Zhu wrote:

> I have a rh linux 7.1 server. How can I check the total disk space of
>  the /home directory and how much space has been used up?

 If you have a separate partition for it:

        df -h /home

otherwise

        cd /
        du -shc home

> Thanks in advance.




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to