The “touch” Command in Linux

The touch command in Linux is used to create new, empty files or update the modification time … Read more

The “cd” Change Directory Command in Linux

The cd (change directory) command in Linux is used to change the current working directory. The syntax … Read more

The “hostname” Linux Command

The hostname command in Linux displays the system’s hostname, which is a unique name assigned to a … Read more

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

Tar command

Compress Files using TAR Command in Linux

In Linux “tar” is an archiving utility, which is used by a large number of Linux users … Read more

Download File From Internet Using Command Line in Linux (WGET)

How to Download File from Internet using Command Line in Linux ?

In Linux, you can almost do everything using commands… and this is the best this of Linux … Read more

How to extract RAR file in Linux ?

In Linux unrar command is used to “extract files from rar archives” . First we need to … Read more

Disk Usage

Identify Disk Usage using “du” Command in Linux

“du” – short form for “Disk Usage” is a command used by Linux users to estimate/identify the … Read more

which_command

Use “which” to Check Full Path of Linux Commands

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

History command in Linux

The “history” Command in Linux

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

copy files in Linux

How to copy File and Directory in Linux ?

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

find

The “find” Command in Linux

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