Linux - What is ‘du’ command? What is its use?

What is ‘du’ command? What is its use?

The du (disk usage) command is used to report the size of directory trees. These include the contents and the size of all files.

It is useful to use du command for the purpose of tracking down the space hogs. A hog is an excessive or large space occupied by the files and directories on a secondary storage media.

The command du is mostly employed by the system administrators. They use du as a supplement to the automated monitoring system programs which help to prevent the key directories and partitions from being full.
Linux - Explain the various prompts that are available in a UNIX system
Explain the various prompts that are available in a UNIX system - UNIX supports 4 prompts - PS1: default prompt.......
Linux - Describe how the kernel differentiates device files and ordinary files
Describe how the kernel differentiates device files and ordinary files - There are 2 device files. They are character device file and block device file........
Linux - How to switch to a super user status to gain privileges
How to switch to a super user status to gain privileges - The command ?su? is used to get super user status.......
Post your comment