Class 3 Quiz Flashcards
What command would you use to keep a record of every command you type and the output of those commands?
script
What key would you press to get the last command you typed?
↑
What keys would you hit to go to the beginning of the command line?
Control A
What keys would you hit to go to the end of the command line?
Control E
What is the text editor used by most system administrators?
vi or vim
How do you you abort a running program?
Control C
What would you type at the command line to get the man page for the ls command?
man ls
How do you get the next screenfull when using man?
hit the Space bar
How do you exit the man program?
press q
What is the other program, besides man, that you can use to get help?
info