The du command is a short form of “disk usage” is used to get details of used disk space by given files or directories. Generally, it is used to find out the large size files which occupies more disk space. In this article we will cover how to use the du command in Linux. How
disk - DesignLinux
Df Command in Linux (Check Disk Space)
In Linux, the df command is used to get the information about the disk space usage. This guide explains how to use the df command with different formats. Use of df Command# Below is the basic syntax for the df command: df [OPTIONS]… FILESYSTEM… If you invoke the df command without any arguments, it will
Find Large Files in Linux
In Linux, it is very necessary to find the unnecessary files and free up them from your hard disk. Usually, Linux systems run out of disk space due to large log or backup files. This tutorial explains how to find the large files and directories in Linux systems using the find and du command. Find