Linux Environment Flashcards

1
Q

Linux desktop environments are modular

A

True

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

Linux Shell

A

Program that takes commands from the keyboard and gives them to the kernel to execute (inclusive of GUI)

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

Bash (Bourne Again Shell)

A

Acts as the shell program within the command line interface

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

Package

A

Compressed file archive containing all of the files that come with a particular application

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

Maximum amount of memory accessible by a 32-bit OS

A

4 GB

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

tty

A

device name for a physical or virtual terminal connection

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

/etc

A

Directory most likely to find a config file after installing a package

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

/dev/sd*

A
  • How storage devices are labled
  • the * refers to a letter for the drive number (a=1, b=2)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

/boot

A

contains the kernel, its associated files, and its needed drivers to boot up the operating system during the startup process

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

/tmp

A

Where temporary files are stored on a Linux system that can be safely deleted during a reboot

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

Linux desktop environments

A
  • Cinnamon
  • Gnome
  • KDE
  • XFCE
  • Unity
  • Mate
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

in a shell prompt

A

Indicates shell is running with root privileges

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

Globbing

A

represent multiple filenames by using special characters called wildcards with a single file name

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