How to check Groups of User in Linux ?

In Linux, which is a multi user operating system, we can group few number of users from … Read more

Use “which” to Check Full Path of Linux Commands

which_command

The “which” command returns the pathnames of the files (or links) which would be executed in the … Read more

The “history” Command in Linux

History command in Linux

The “history” command in Linux is used to get previously used commands. As the name suggests this … Read more

How to copy File and Directory in Linux ?

copy files in Linux

The “cp” means copy in Linux. This “cp” command is used to copy the files and directory … Read more

The “find” Command in Linux

find

What is find command? The find command is used to search and locate the list of files … Read more

The “pwd” Command in Linux

pwd

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

The “cat” command in Linux

CAT Command

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

The “ls” Command in Linux

LS command

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

The “echo” command in Linux

Echo Command

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

The “rm” Command in Linux

rm command

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