What is the process ID number of the init program?
Answer : C
Which of the following shell redirections will write standard output and standard error output to a file named filename?
Answer : B
Which option to the tee command will cause the output to be concatenated on the end of the output file instead of overwriting the existing file contents?
Answer : A
You are writing text in vi. Now you want to save your changes and exit. Which TWO sequence of inputs will accomplish this?
Answer : A, D
In the vi editor, which of the following commands will copy the current line into the vi buffer?
Answer : D
To ensure that a running process continues to execute after you log out, the process should be started with what command?
Answer : B
When in Normal mode in vi, which command character will insert a blank line below the current cursor position and place the insert cursor at the beginning of the new line?
Answer : D