LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   space left (https://www.linuxquestions.org/questions/linux-general-1/space-left-98771/)

SMB3Master 09-30-2003 06:40 PM

space left
 
what is the command to see the amount of mb you have left on your hd? and, how do you see the number of mb a user is using?

trickykid 09-30-2003 07:29 PM

df -h will display your partitions with space used/leftover, etc.

The only command I know off top of my head to get a users space taken in their home directory, you can use du -h /home/user

Which will give you a list of directories/files then the total at the end of the list.

SMB3Master 09-30-2003 08:29 PM

thanks :)


All times are GMT -5. The time now is 08:33 AM.