1
00:00:06,599 --> 00:00:10,644
If you want to work with Linux, you
need to login. Logging in means that you are

2
00:00:10,644 --> 00:00:14,689
going to use a user account and this
user account must have been set up for you.

3
00:00:15,769 --> 00:00:20,350
Current Linux distributions By default,
create an administrator user while installing.

4
00:00:21,589 --> 00:00:24,089
There is also the root
user, but don't use it.

5
00:00:24,660 --> 00:00:31,629
The root user has unrestricted access to the system, but
on most distributions it doesn't even have a password by default.

6
00:00:32,899 --> 00:00:36,685
In the previous lesson you have seen
that while installing Centos you can set

7
00:00:36,685 --> 00:00:40,469
the password for the root user.
On Ubuntu this option isn't even given.

8
00:00:41,090 --> 00:00:45,820
So login as your normal user with
administrator privileges. That will give you enough.

9
00:00:47,479 --> 00:00:49,359
Now login may
happen from a console.

10
00:00:50,479 --> 00:00:53,270
A console is
a text based interface.

11
00:00:53,810 --> 00:00:58,780
You can also login from a graphical
user interface or remotely using Secure Shell.

12
00:01:00,780 --> 00:01:04,939
Now what about graphical versus console?
What should you use to work with?

13
00:01:05,859 --> 00:01:11,819
Well, different graphical user interface systems are
available, but GNOME is a de facto standard.

14
00:01:13,060 --> 00:01:19,480
GNOME is used on Red Hat as well as
on Ubuntu and many other Linux distributions as well.

15
00:01:21,659 --> 00:01:27,354
Now, for all Linux graphical user interfaces,
you should know that the graphical user interface

16
00:01:27,354 --> 00:01:33,049
provides limited functionality on servers. You often
don't even find a graphical user interface.

17
00:01:33,790 --> 00:01:36,609
That means that you need to
focus on learning the command line.

18
00:01:37,290 --> 00:01:39,530
Let me show you what
the command line login looks like.

19
00:01:41,409 --> 00:01:43,109
Here you can
see command line login.

20
00:01:43,650 --> 00:01:48,613
On the command line login we see
short identification of the operating system and

21
00:01:48,613 --> 00:01:53,576
then it's asking how to login. Well,
this is where I enter my username

22
00:01:53,576 --> 00:01:58,540
and as well my password. And
that brings me to the command line.

23
00:01:59,099 --> 00:02:04,420
On this command line we see the bash shell and
you will learn how to work with the bash shell later.

24
00:02:05,040 --> 00:02:09,599
In case you are wondering, do we also
have this command line on the graphical user interface?

25
00:02:10,180 --> 00:02:15,915
Of course, it's called the terminal. And the easiest
way to access is to type term for terminal

26
00:02:15,915 --> 00:02:21,650
in the search bar on the top of
your screen and and then you start your terminal.

27
00:02:22,389 --> 00:02:25,439
So this is a terminal and
this is what it's all about.
