How to find the size of a directory in Linux
It is very easy to check the size of directories and files in Linux using the GUI, but it is not always easy to get the size of a directory …
How to find the size of a directory in Linux Read MoreLinux and Unix, Open Source, Linux Howtos
It is very easy to check the size of directories and files in Linux using the GUI, but it is not always easy to get the size of a directory …
How to find the size of a directory in Linux Read MoreLinux is a multi-user operating system that allows multiple users to access the system at the same time. As a Linux system administrator, you have to check who are logged …
How to see users currently logged in to Linux Read MoreOne of the routine task of administrators is to track Successful and Failed login attempts, to make sure there is no unwanted/illegal attempts on the environment. Administrators can also review …
How to track successful and failed login attempts in Linux Read MoreBeing a Linux user, copying files and directories is one of the most common tasks. Linux users don’t spend a day without using the cp (copy) command according to my …
How to Copy files and folders in Linux Read MoreMany Linux commands can be used to view processes running on a Linux system. ‘ps’ and ‘top’ command are widely used by many Linux administrators to view running processes and …
How to check running process in Linux Read MoreWe all know that everything is a file in Linux. Each and every file & folder is considered as inode, which includes normal file, directory, link file, block file, device …
How to count Inode usage in Linux? Read Moregzip (stands for General file (de)compression) is one of the most popular compression algorithms that allows you to reduce the size of a file and free up some space when …
How to compress files in Linux using gzip command Read More