new cheat sheet: df

pull/2/head
Igor Chubin 7 years ago
parent 653f43d180
commit a24a045d97

@ -0,0 +1,14 @@
# Printout disk free space in a human readable format
df -h
# Disk free space for ext2 file systems
df -t ext2
# Disk free space for file systems except ext2
df -x ext2
# Show inode usage
df -i
# Show information about a distinct file system /path
df /path
Loading…
Cancel
Save