Linux Basics

10 / 107

Linux Console






General syntax of linux commands:

cmd_name [option(s)] [argument(s)]

where,

cmd_name is the name of the command,

options(s) are used to provide extra functionality to the command and

argument(s) are parameters or data provided to the command, which it uses as input.

Remember, options(s) are optional to be used with commands but argument(s) are optional for some commands and compulsory for others.


Loading comments...