Horje
check disk space linux Code Example
see total space available in shell
df -hx squashfs --total
linux check used space in folder
du -h --max-depth=1
how to check hard disk space linux
df -hia
or
df -h
check disk space linux
lsblk -f
fdisk -l
parted -l
check disk space linux
df -a
check disk space linux
df -h shows disk space in human-readable format
df -a shows the file system’s complete disk usage even if the Available field is 0
df -T shows the disk usage along with each block’s filesystem type (e.g., xfs, ext2, ext3, btrfs, etc.)
df -i shows used and free inodes
df -t, –type=TYPE : limit listing to file systems of type TYPE
df – check disk space
du – check disk space for file or directory
df is a standard Linux command used to display the amount of available disk space for file systems.
du is a standard Linux command used to estimate file space usage—space used under a particular directory or files on a file system. The du command summarizes disk space used for each FILE and/or directory.




Shell

Related
onlne compiler c linux Code Example onlne compiler c linux Code Example
mysqldump Code Example mysqldump Code Example
ngx-bootstrap npm Code Example ngx-bootstrap npm Code Example
run spec file using pyinstaller Code Example run spec file using pyinstaller Code Example
diff from last commit Code Example diff from last commit Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11