Linux Commands Cheat Sheet You have to master
Linux
Linux is an open-source operating
system. Linux is mostly used by developers and the community where they
required high security because as compared to windows it has a smaller number of
found viruses.
Linux of the function is
performed by using the terminal. There are different commands that are available to
perform different functionality but here we will discuss some of them.
Linux Commands
ls Linux Command
ls command is used to view the list of
directories and files. Directories are represented by using blue color and files
are represented by White color.
cd Linux Command
cd command is known as change directory.
This command is used to change the directory.
cd command syntax
cd directory_name
Clear Linux command
Clear command is used to clear the Linux
terminal screen.
cd .. Linux Command
cd .. command is used to go 1 step back.
This command is used to go to the previous
directory.
Hostname Linux Command
hostname Linux command is used to view the system name on which you are working.
Help Linux command
Help Linux command is used to get
help about a command first you have to write the name of the command then write –help.
This command will show you all the possible options you can use and this command
will tell you the purpose of the command.
Ifconfig
If config is a network command this command shows all the network information like subnet mask, IP Address, etc.
touch command
the touch command is used to make a new
file. With the help of the touch command,
you can make .docx,.pdf,.txt files.
cat Linux command
the cat command is used to view the content
of a file. If the file is not present it will create a new file.