Proper Command Usage Flashcards

1
Q

What is the command to display environmental variables?

A

printenv

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

How do you search for a command using man pages?

A

man -k [command]

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

How do you search for a specific term in a man page?

A

/[term]

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

How do you cycle to the next term in a man page if the term appears more than once?

A

n

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

How do you search a command using info pages?

A

info [command]

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

How do you go to the previous page when using info pages?

A

p

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

How do you go to the next page when using info pages?

A

n

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