Linux Commands Cheat Sheet
A Linux commands cheat sheet is a concise and quick reference guide that provides a list of … Read more
Lynxbee topic
A Linux commands cheat sheet is a concise and quick reference guide that provides a list of … Read more
The “whatis” command in Linux is a handy tool that quickly provides a one-line description of any … 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
The “which” command returns the pathnames of the files (or links) which would be executed in the … Read more
The “history” command in Linux is used to get previously used commands. As the name suggests this … Read more
The “cp” means copy in Linux. This “cp” command is used to copy the files and directory … Read more
What is find command? The find command is used to search and locate the list of files … Read more
pwd is a short form for “Print Current/Working Directory” in Linux. As its name suggests this command … Read more
“cat” is derived from “concatenate” in Linux. This command is used to view the content of the … Read more
We use the “ls” command to list the files and directories on Linux based operating systems. “ls” … Read more
What is echo command? The echo command in Linux is used to display text string that is … Read more
The “rm” command is used to “remove” or “delete” files in Linux. By typing command “rm filename” … Read more
Linux is a multi user operating system which means at one point in time, one or more … Read more