Enrollments closing soon for Post Graduate Certificate Program in Applied Data Science & AI By IIT Roorkee | 3 Seats Left

  Apply Now

Linux Basics

You are currently auditing this course.
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...