To verify disk usage levels in a Linux environment, thedf -hcommand is used. This command provides an overview of the disk space usage, displaying the available and used space in a human-readable format.
Open the terminal or CLI on the system.
Typedf -hand press Enter.
Review the output, which will show the filesystem, size, used space, available space, and usage percentage for all mounted filesystems.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit