du – disk usage command all options with examples in Linux

du command in Linux is used to estimate the file space usage. With du (disk usage) command disk usage will be summarized for files and directories recursively. For du command input is file or directory. We cam pass wild card characters like * or *.txt etc also. du (Disk Usage) command syntax: Display all files … Read more

Shell script for df – disk free command examples in Linux

df (disk) command in Linux is used to check the disk usage filesystem. It has more options to work with disk usage check for filesystem. I had written a detailed article about df (disk free) command examples in below article. Please check it to learn more about every option in df command. df (disk free) … Read more

df – disk free command all options with examples in Linux

df means disk free command is used to check the file system disk usage check in Linux machines. df command displays the amount of disk space available on the filesystem and how much free space is available for each and every mount partition in the filesystem. If any file name given, disk space calculated for … Read more

mkdir command all options with examples in Linux

mkdir means make directories. mkdir command is a easy command and having very less options to remember. To create directories in Linux systems we use mkdir command. We can create single directory, multiple directories at once and nested directories also. While creating directory if it already available then it shows directory exists otherwise new directory … Read more

ls command all options with examples in Linux

ls command stands for list. It is used to list the directory contents. We can list the files and directories inside a directory. With ls command options we can sort the directory contents alphabetically or in ascending and descending order and display the directory contents based on the last modified date and time in ascending … Read more