Linux Study Guide Flashcards

1
Q

What does –help command do?

A

–help command in Linux will give you a good explanation of what the command that comes before it does. EX. cd –help will explain that the change directory command will allow the user to go into a different directory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Does Linux have a file system?

A

Linux doesn’t have a File System like windows like A Drive, B Drive, C Drive, D Drive. It uses ext for a file system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Is Linux case sensitive when naming things?

A

True (commands, file names, parameters, and directories)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When was Linux created?

A

1990’s and continues to be an open-source operating system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Where does the core of Linux operate?

A

in the kernel where important files are stored

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the ‘rm’ command do?

A

It removes directories and can be very dangerous because you can delete something very important to Linux working correctly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Do Androids use Linux?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Why is ‘sudo’ used in Linux

A

Sudo is used in Linux to become the super user or give admin privileges.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the types of Linux?

A

Red Hat, Fedora, SUSE, Debain/Ubuntu, Knoppix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are some popular GUI shells for Linux?

A

Gnome, Cinnamon, Xfce, KDE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you make a new directory?

A

use the MKDIR command.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what are some main command line options?

A

fdisk, mkfs, fsck, dr and du

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Can GUI (graphical user interface) be swapped in Linux Environments?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly