Steps to Check Disk Usage in Linux Using the du Command:
- Allows users to view the disc utilization of their desktop files and folders (including subdirectories).
- Displays information in a human-readable format.
- Give total size of a specified folder (Desktop in this case).
- Provides folder and file sizes in Megabytes.
- Informs the last modification date of the displayed folders and files.
Steps to Combining Commands and Cleaning Disk Space:
- Sorting files by size.
- Excluding by file size.
- Excluding file types.
Comments