What is the unix command to see how much disk space there is and how much is remaining?

后端 未结 10 619
别那么骄傲
别那么骄傲 2021-02-05 05:53

I\'m looking for the equivalent of right clicking on the drive in windows and seeing the disk space used and remaining info.

10条回答
  •  萌比男神i
    2021-02-05 06:47

    su -sm ./*

    You can see every file and folder size (-sm=Mb ; -sk=Kb) in the current directory like a list. This way runs in all Unix/Linux environment.

提交回复
热议问题