Ubuntu check storage space terminal
- how to see disk space in linux
- how to see disk usage in linux
- how to check disk space in linux server
- how to check disk space in linux for directory
Linux disk usage by directory one level...
Linux check disk space in gb
5 Linux commands to check free disk space
Keeping track of disk utilization information is on system administrators' (and others') daily to-do list. Linux has a few built-in utilities that help provide that information.
Linux df command
The command stands for "disk-free," and shows available and used disk space on the Linux system.
shows disk space in human-readable format
shows the file system's complete disk usage even if the Available field is 0
shows the disk usage along with each block's filesystem type (e.g., xfs, ext2, ext3, btrfs, etc.)
shows used and free inodes
You can get this information in a graphical view using the Disks (gnome-disk-utility) in the GNOME desktop.
Launch it to see all disks detected by your computer, and click a partition to see details about it, including space used and space remaining.
Linux du command
shows the disk usage of files, folders, etc. in the default kilobyte size
shows disk usage in human-readable format for all directories and subdirectories
shows disk usage for all files
provides total disk space us
- how to check disk space in linux ubuntu
- how to check disk space in linux for user