Basic Linux Tasks Flashcards

1
Q

What is Swap Space?

A

Swap space is to substitute disk space for RAM memory when physical RAM fills up and more space is needed.

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

What is Total Memory in Linux?

A

Physical RAM + swap space and is referred to as virtual memory

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

When installing Linux, what happens if your hard disk is greater than 50g?

A

A /home partition is created, otherwise it is combined with the /root partition.

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

What is the flag for man to find all entires that match your query?

A

-a

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

What is the flag for man to display debugging information?

A

-D

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

What is the flag for man to show command descriptions?

A

-f

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

What is the flag for man to display help options?

A

-h

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

What is the flag for man to show lists of all manual pages?

A

-k

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

What is the flag for man to search for the specific string?

A

-K

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

What is the flag for man to format the man pages so they can be printed out?

A

-t

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

Which command is used to search the name section of all man pages?

A

Apropos

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

Which command is used to display a brief description of a command?

A

Whatis

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

Which command is used to display the information page of a command?

A

info

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

How do you get help on using the man command?

A

man -h
man –help

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

Which directory contains all of the documentation files for the libraries, system utilities and other software packages that are installed on your particular Linux system?

A

/usr/share/doc

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