Proper Command Usage Flashcards
1
Q
What is the command to display environmental variables?
A
printenv
2
Q
How do you search for a command using man pages?
A
man -k [command]
3
Q
How do you search for a specific term in a man page?
A
/[term]
4
Q
How do you cycle to the next term in a man page if the term appears more than once?
A
n
5
Q
How do you search a command using info pages?
A
info [command]
6
Q
How do you go to the previous page when using info pages?
A
p
7
Q
How do you go to the next page when using info pages?
A
n