Get Total size of hard drive in Linux without root permissions
Though there are different ways and different commands like du to find out the size of hard drives in Linux, sometimes without root permissions it's difficult to execute these commands…
Though there are different ways and different commands like du to find out the size of hard drives in Linux, sometimes without root permissions it's difficult to execute these commands…
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 to pass some additional arguments…
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 these commands have some advantages…
We can use du command to check the space in tmp directory or any other directory in Linux by using some other additional parameters. The below commands can be used…
"df" command can be used to list the partition and also the free space that is available with each partition along with where it has been mounted. To see the…
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 system. It can be also…
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 to be executed with particular…
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" command not only lists the…
There are different ways in which you can file hidden directories in Linux. Sometimes it's necessary to find those directories to see the amount of disk space that is being…