This brief tutorial explains how tofind the size of a directory in Linuxoperating systems. Finding the size of files and directories in graphical mode is very easy! All we have to do is just right click on the file or directory, and choose thepropertiesoption from the context menu. However...
Use GUI File Managers to Find Folder Size in Linux If you have a graphical interface to your Linux system, you can use the installed file manager(s) to get the Linux directory size. The good thing about this method is that you can run through these steps and view the size of a specif...
Check the size of a directory with du -sh command in Linux From Redhat official website, the most efficient way to check directory size in Linux is using du -sh command. Open the terminal and type du -sh directory path in the prompt. The directory size will be listed on the first col...
This article explains how to get the directory size on the command line in Linux. Then, we will examine thedu,df,tree, andncducommands in Linux. Linux terminal provides users with a powerful command-line interface. One of the features it provides is to find the sizes of directories. ...
How to Find the Size of a Directory in Linux 1.To obtain a summary of disk usage for a directory tree ‘/home/tecmint‘ and its subdirectories, use the following command. # du /home/tecmint4 /home/tecmint/bin 4 /home/tecmint/.ffbinaries-cache ...
Linux offers various amazing command-line commands that will help in performing various tasks. It might be necessary to make space for the incoming file or transfer it to another location. Also, when we run some deployments, it tends to create a log file
Find Top Directories Sizes in Linux The above command will show the top directories, which are eating up more disk space. If you feel that some directories are not important, you can simply delete a few sub-directories or delete the entire folder to free up some space. ...
If you are working on thousands of files a day and want to find a list of files that have been modified recently in a directory for certain purposes, this can be done easily using the find command. The find command is used to search or locate files based
findis a handy Linux utility, a great tool in the arsenal of a SysAdmin, and time-saving if used properly. It can be combined with tools such asgreporsed, to further speed up the process. The program searches for files and directories in a directory hierarchy based on an expression given...
Find a Folder in Linux Many routine tasks in Linux, such as creating orediting a configuration file, will require you to locate particular folders. While there are lots of easy methods for finding files, locating a directory is not as straightforward. A simple search with one of the common ...