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?
What is the first process that comes into existence whenever system is booted?
Which is not a filter in 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?
Which system call is used to to bias the existing priority of a process?
A 'character special file' represents a device with characteristics similar to a ........ in unix [data transfer is by stream of bits in sequential order]
When creating a directory, which of the following is true?
What command allows you to log in to a remote host securely?
Developer Ken Thompson of the Bell Labs Team developed what game for GE's machines?
What files are run when you log in successfully?