Hi All,
Hope you all are doing good.
In this article, we will know about various Linux commands.
Structure of command:
Command <option> <arguments>
here option and arguments are not mandatory.
Help command:
To know how to use particular command in Linux, help command will assist you on it.
Syntax: command --help
Example: cat --help
Output:
Man command: We use this command to get the manual of any command.
Syntax: man command-name
Example: man ls
Output:
Below are some of the basic commands.
We will learn each of above commands in-detail in further posts.
Note: Multiple commands can be executed sequentially by separating them with a semicolon ;
Thanks for reading this article!!
Hope you all are doing good.
In this article, we will know about various Linux commands.
Structure of command:
Command <option> <arguments>
here option and arguments are not mandatory.
Help command:
To know how to use particular command in Linux, help command will assist you on it.
Syntax: command --help
Example: cat --help
Output:
Man command: We use this command to get the manual of any command.
Syntax: man command-name
Example: man ls
Output:
Below are some of the basic commands.
We will learn each of above commands in-detail in further posts.
Note: Multiple commands can be executed sequentially by separating them with a semicolon ;
Thanks for reading this article!!
No comments:
Post a Comment