1 00:00:01,350 --> 00:00:05,220 ‫All right, so in this lecture, we're going to look at the components of Linux commands. 2 00:00:05,970 --> 00:00:08,910 ‫So these are the examples of Linux commands. 3 00:00:10,440 --> 00:00:17,250 ‫Alas, and if config are command names, we're going to practice them with the next lecture and you'll 4 00:00:17,250 --> 00:00:18,210 ‫see how they work. 5 00:00:19,260 --> 00:00:23,460 ‫But for now, let's examine the structure of the command components. 6 00:00:24,760 --> 00:00:29,440 ‫Slash bin is an argument of the ALS command. 7 00:00:30,840 --> 00:00:33,780 ‫An argument also called command line argument. 8 00:00:35,280 --> 00:00:43,710 ‫Can be defined as an input given to a command line to process that input with the help of a given command. 9 00:00:45,680 --> 00:00:50,270 ‫So arguments are entered in the terminal or console after entering the command. 10 00:00:51,860 --> 00:00:53,540 ‫They can be set as a path. 11 00:00:54,740 --> 00:01:00,260 ‫So we could also write more than one argument together, and they will be processed in the order that 12 00:01:00,260 --> 00:01:01,010 ‫they are written. 13 00:01:03,310 --> 00:01:10,180 ‫Now, a parameter is an argument that provides information to either the command or one of its options. 14 00:01:11,780 --> 00:01:18,620 ‫They are optional, and you are also free to use whatever parameters suits your particular needs. 15 00:01:22,510 --> 00:01:27,040 ‫Single character parameters are used with a single dash. 16 00:01:28,450 --> 00:01:35,110 ‫More than one parameter can be used behind the dash, so less Dash a l. 17 00:01:36,810 --> 00:01:42,300 ‫Can be used instead of less dash a dash L. 18 00:01:45,020 --> 00:01:50,120 ‫Now, with double dash parameters, more than one character can be used. 19 00:01:51,090 --> 00:01:54,540 ‫Such is here else, double dash help. 20 00:01:54,960 --> 00:01:59,040 ‫So in this case, a new double dash must be used for each parameter. 21 00:01:59,610 --> 00:02:00,120 ‫Makes sense. 22 00:02:01,560 --> 00:02:10,860 ‫So as a result, the first command lists the files and directories under this bin folder with long format 23 00:02:11,130 --> 00:02:12,390 ‫by showing permissions. 24 00:02:12,810 --> 00:02:13,080 ‫All right. 25 00:02:13,440 --> 00:02:18,020 ‫The second command displays the detailed information about the IPconfig command.