2.2 Finding Your Way - Using the Command Line to Get Help Flashcards

1
Q

How would you invoke the man page for the ls command?

A) ls –manpage
B) manual ls
C) manpage ls
D) man ls

A

man ls

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

What option would you use to search all man pages?

A) -S
B) ** -h**
C) -k
D) -p

A

-k is used to search for keywords (same as apropos).

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

Which of the following option could you include after a command to attempt to find help?

A) ** -h**
B) man
C) -v
D) **–help **

A

–help

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

How would you invoke the info page for the mkdir command?

A

info mkdir

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

What command will enable interpretation of backlash escapes?

A

echo -e

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