operating systems Online Quiz - 4
Description: operating systems Online Quiz - 4 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: operating systems |
Attempted
0/20
Correct 0
Score 0
‹
›
BSD is an acronym for what?
Which Shell variable indicates search path for commands?
What is the process id and group id of the init process?
What is the command for killing the suspended job number three?
main(){ fork(); fork(); fork(); printf("Hello World!"); } How many times "Hello World!" will be printed?
What files are run when you log in successfully?