whoami command

The Ultimate Guide to Understanding the “whoami” Command in Linux

Linux commands are the foundation of operating in a terminal environment, and one such command that plays … Read more

Linux Commands Cheat Sheet

A Linux commands cheat sheet is a concise and quick reference guide that provides a list of … Read more

‘whatis’ Linux Command: Quick Guide with Examples

The “whatis” command in Linux is a handy tool that quickly provides a one-line description of any … Read more

mv Linux Command

“mv” is a Linux command which is used to move files and directories from one location to … Read more

“cp” – Linux Copy Command

The “cp” (copy) command in Linux is used to copy files and directories from one location to … Read more

mkdir Linux Command

The mkdir command in Linux is used to create a new directory. The Syntax of mkdir command … Read more

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

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