The Linux cut command is useful to display file’s lines content, dividing the content as we want. The command cut can cut lines by characters, based on a delimiter or by bytes. If we get a list of e-mails or...
The mkdir command is used to make new directories in Linux. In this article, I am going to show you how to use the mkdir command to create directories from the command line in Linux. I am going to use...
whereis is used to find the path of the Linux binary /executable files, source files and man page files.There are many Linux distributions. Not every Linux distribution keeps the binary/executable files, source files and man page files in the same...
The rm command is used to remove files and directories in Linux. This is one of the commands that you must know as a Linux System Administrator for managing files and directories. In this article, I am going to show...
The ls command is used to list the directory contents in Linux. This is a very common task for every Linux power users and system administrators. In this article, I am going to show you how to use the ls...