Description | Command |
---|---|
Display disk usage | du -ah |
Display mount points for all filesystems | findmnt |
Display total disk usage on the current directory | du -sh |
Mount a device | mount device-path mount-point |
Show free inodes on mounted filesystems | df -i |
Show disk partition sizes and types | fdisk -l |
Show free space on mounted filesystems | df -h |