1 00:00:01,340 --> 00:00:04,760 Hello everyone, and welcome to this video. 2 00:00:05,210 --> 00:00:13,460 So I have successfully started my virtual machine, which is OS, which is based on the bean based flavor. 3 00:00:13,820 --> 00:00:18,860 Now, let me just quickly log into my machine and then we will begin. 4 00:00:20,940 --> 00:00:27,000 Let me choose a user through which I'm going to give the system commands to my computer. 5 00:00:27,480 --> 00:00:33,630 So once I'm logged in into my machine, we are basically going to start our terminal. 6 00:00:34,710 --> 00:00:37,440 So to start a terminal, you have to click over here. 7 00:00:38,790 --> 00:00:42,630 As you can see, this is called as a terminal. 8 00:00:43,170 --> 00:00:50,730 And through that terminal only, you are going to operate your computer, which is your Linux operating 9 00:00:50,730 --> 00:00:51,390 system. 10 00:00:51,810 --> 00:00:56,460 So let me just quickly write ls over here. 11 00:00:57,030 --> 00:01:03,330 Now a list means to list and to see what is there into your computer. 12 00:01:03,540 --> 00:01:09,900 So let me just hit enter and you can see output that comes onto your terminal. 13 00:01:10,020 --> 00:01:18,660 Now l is basically means to list and we are able to see what are the files and folders which are the 14 00:01:18,660 --> 00:01:20,610 directories into the system. 15 00:01:21,840 --> 00:01:25,050 Currently I do not want to check for updates, so I'm going to hit. 16 00:01:25,050 --> 00:01:25,680 No. 17 00:01:26,250 --> 00:01:31,170 Now if you notice here, you can see root at the rate parrot. 18 00:01:31,200 --> 00:01:32,430 What does this mean? 19 00:01:32,850 --> 00:01:40,020 This basically means the user, which is currently logged in as a root and the machine name is parrot. 20 00:01:40,770 --> 00:01:43,170 We also have a command to verify that. 21 00:01:43,860 --> 00:01:46,770 So let me just type who am I? 22 00:01:47,100 --> 00:01:54,480 And you will be able to see the user which is logged in, which is root and let me type the command 23 00:01:54,480 --> 00:01:59,850 which is hostname and you will be able to see the machine name, which is part. 24 00:02:00,570 --> 00:02:08,970 So I hope you guys understood how you can start a terminal into Linux and how you can execute a command 25 00:02:08,970 --> 00:02:12,000 and get the output to the terminal. 26 00:02:12,700 --> 00:02:18,310 In upcoming videos, we are going to execute more commands that we are going to use in our day to day 27 00:02:18,310 --> 00:02:23,650 life to access and operate the Linux OS. 28 00:02:24,520 --> 00:02:26,300 So see you into the next lecture. 29 00:02:26,320 --> 00:02:26,980 Thank you.