Here is how you can check disk usage in unix terminal.
Disk usage is a critical thing in servers, Certain times the web service or server acts weird and it could be disk space being full.
In order to check the disk space we can use “df” command in unix. which will show us the disk/file system, used and available disk quantity. also the mount location of the disk.
We have discussed below listed commands
df – disk usage checking
man – man is nothing but manual, by passing the command as parameter to this command will open the manual for the command in parameter.