[Linux] Linux Disk

less than 1 minute read


Linux Disk

# overall information
df -h 

# show current directory and its subdirectory filsize
du -sh *

# show the amount of disk left of the partition of which the current directory belongs to
df .

Tags:

Categories:

Updated: