Sort all file sizes in a directory in Linux
We can use multiple commands like ls, du to sort all the files by size in a directory of Linux system. The trick here is… Read More »Sort all file sizes in a directory in Linux
We can use multiple commands like ls, du to sort all the files by size in a directory of Linux system. The trick here is… Read More »Sort all file sizes in a directory in Linux
There are different commands like du, find as well as different methods you can use to get actual directory size in a Linux/Unix system. But… Read More » How to get the actual directory size using du?
Though du is useful in counting the file and directory as well as seeing how much space is occupied by a directory in a Linux… Read More »Using du to count number of files in Linux
There are different commands like du, quota or find that can be run to find disk usage for a particular user. But those commands needs… Read More »Total Disk usage for a particular user
Directory size in CentOS or in any other linux system such as RHEL or Ubuntu can be found by using du (Disk usage command). “du”… Read More »Directory size in CentOS
As you know, “du” command (du for Disk Usage) can be used to get the list of directories along with other details. But the biggest… Read More »du only for Directories