“whatis” Linux Command
The “whatis” command in Linux is a simple utility that provides a brief description of another command … Read more
The “whatis” command in Linux is a simple utility that provides a brief description of another command … Read more
“mv” is a Linux command which is used to move files and directories from one location to … Read more
The “cp” (copy) command in Linux is used to copy files and directories from one location to … Read more
The mkdir command in Linux is used to create a new directory. The Syntax of mkdir command … Read more
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 is used to change the current working directory. The syntax … Read more
The hostname command in Linux displays the system’s hostname, which is a unique name assigned to a … Read more
In Linux, which is a multi user operating system, we can group few number of users from … Read more
“whoami” is a Linux command that displays the current user’s username. It shows the name of the … Read more
The “whoami” command in Linux is a simple command that displays the username of the current user. … Read more