pwd

The “pwd” Command in Linux

pwd is a short form for “Print Current/Working Directory” in Linux. As its name suggests this command … Read more

CAT Command

The “cat” command in Linux

“cat” is derived from “concatenate” in Linux. This command is used to view the content of the … Read more

LS command

The “ls” Command in Linux

We use the “ls” command to list the files and directories on Linux based operating systems. “ls” … Read more

Echo Command

The “echo” command in Linux

What is echo command? The echo command in Linux is used to display text string that is … Read more

rm command

The “rm” Command in Linux

The “rm” command is used to “remove” or “delete” files in Linux. By typing command “rm filename” … Read more

whoami command

The “whoami” Command in Linux

The whoami command in Linux is basically the concatenation of the strings “who”,”am”,”i” as whoami. It is … Read more

WHO Command

Who Command in Linux

The Linux command “who” is used to list the users logged on to the Linux Operating system. … Read more

LinuxUser

How to Login as Different User in Linux ?

Linux is a multi user operating system which means at one point in time, one or more … Read more