Printing files content in output cat command The “cat” command stands for concatenate. It is one of the most useful commands in Linux. This command displays file content in the output concatenates and creates files. Syntax cat [OPTION] [FILE]………… Example Cat without any options displays the file’s content in the output. If sending multiple files […]
mv Command To move files or directories from a source to a destination in Linux, use the “mv” command. This command has got two functions. First, moving files or directories, and second, renaming a file or directory. It can also move multiple files or directories. “mv” command, as we explained in the “cp” command, works […]
In this lesson, we will talk about the path in Linux, which is one of the essential concepts in Linux administration. What is a Path? Every file and directory has a unique location in the Linux file system structure. To access files and directories or to call them in a command or script, Administrators need […]
date command This command displays the operating system date and time. Administrators also use this command to set the date and time; therefore, only users with root privileges can do that. By default, the date command displays the date of the current time zone. Also, the date command can show dates and times in different […]
What is a Shell? We Discussed Linux and windows differences and kernels and distros; now, it is time to talk about what is a shell and how to use a terminal? Let us see this figure once again. Shell is responsible for the interaction between users or applications and the kernel. File management, service management, process management, and running […]
After we decided to use Linux as our operating system, there is one more thing to decide. Choosing a suitable distro for our service .but what exactly a distribution or a distro – in short form – is and which one is a better choice for us? A hugely exciting list of distros with rankings […]
What are Clients and Servers? To better understand the differences between Linux and Windows, let us first see what a server is and what it does. A Server is a device or a computer program That provides various services to its clients. Clients also can be a computer program or a device that sends requests […]