operating systems Online Quiz - 4
Description: operating systems Online Quiz - 4 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: operating systems |
BSD is an acronym for what?
Which Shell variable indicates search path for commands?
A local variable can be used by child processes of a shell.
What is the first process that comes into existence whenever system is booted?
What is the process id and group id of the init process?
Which of these is not a valid mode in the VI editor in unix?
Which is not a filter in unix?
What is the command for listing all the background jobs?
What is the command for killing the suspended job number three?
Which of the following does one need to log in to Unix?
Which command always puts you in your home directory?
What will the following command do? % chmod og+r *.jpg
Predict the output of the following program code main() { fork(); printf("Hello World!"); }
main(){ fork(); fork(); fork(); printf("Hello World!"); } How many times "Hello World!" will be printed?
When creating a directory, which of the following is true?
Developer Ken Thompson of the Bell Labs Team developed what game for GE's machines?
What files are run when you log in successfully?