Linux Flashcards

1
Q

True or False? The Android operating system used in many smartphones uses a Linux-based kernel.

A

True

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

True or False? Windows is based on the Linux operating system.

A

False

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

True or False? Enterprise and cloud data centers can run on Linux servers.

A

True

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

True or False? Clusters of Linux servers can be used for high-performance computing applications.

A

True

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

Which of the following is a Linux distribution?
A. Open Solaris
B. IBM AIX
C. FreeBSD
D. Debian

A

D. Debian

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

Yum is an example of…?

What is it used for?

A

A command-line tool.

Used for updating RPM-based systems.

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

Zsh is an example of…?

A

a shell

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

Arch is an example of…?

A

distro (DIY)

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

Vim is an example of…?

A

A command line text editor based on vi

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

GNU nano (or just nano) is an example of?

A

a command line text editor

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

Vi is an example of…?

A

A command line text editor originally for Unix

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

Gedit is an example of…?

A

A GUI-based text editor.

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

emacs is an example of…?

A

A GUI-based or command-line based text editor.

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

Bash is an example of…?

A

a shell

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

What are the two file types used by package managers?

How can they be converted to the other file type?

A

.deb and .rpm

Using the ‘alien’ (for RPM to Deb) or ‘alien -r’ (for Deb to RPM) commands.

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

What is the command line tool for updating .deb-based distros?

For .rpm-based distros?

A

apt

yum

17
Q

Which of the following is the best definition of a Linux terminal?
A. An application you can use to update Linux software
B. An application you can use to edit text files
C. An application you can use to interact with the Linux shell
D. An application you can use to install Linux software

A

C

18
Q

Which of the following text editors can you use in both GUI and command-line mode?
A. vim
B. GNU nano
C. gedit
D. emacs

A

D. emacs