10 Useful du (Disk Usage) Commands to Find Disk Usage of Files and Directories

Introduction 10 Useful du (Disk Usage) Commands to Find Disk Usage of Files and Directories [ad_1] The Linux ‘du‘ (Disk Usage) is a standard Unix/Linux command used to check the disk usage information of files and directories on a machine. The du command has many parameter options that can be used to get the results … Read more

Pydf – An Alternative “df” Command to Check Disk Usage in Different Colours

Pydf is an alternative to the traditional “df” command used to check disk usage in Linux. It is written in Python and provides a colorful output of the disk usage. It also provides a more detailed view of the disk usage, including the total size, used size, available size, and percentage of usage. It also … Read more