loader

LIPC1-014-Basic Commands

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 […]

LIPC1-012-Basic Commands

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 […]

LIPC1-008-Basic Commands

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 […]

LPIC1-007-Shell Basic commands-Part III

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 […]

LPIC1-003-Shell Surfing

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 […]

LPIC1-001- Windows Or Linux?

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 […]