0

operating systems Online Quiz - 4

Description: operating systems Online Quiz - 4
Number of Questions: 20
Created by:
Tags: operating systems
Attempted 0/20 Correct 0 Score 0

BSD is an acronym for what?

  1. Berkeley Software Distribution

  2. Berkel Software Distro

  3. Berkeley Systems Distribution

  4. Bourne Systems Distribution


Correct Option: A

What is the process id and group id of the init process?

  1. 1,0

  2. 0,1

  3. 1,1

  4. 0,2


Correct Option: A

What is the command for listing all the background jobs?

  1. ps

  2. jobs

  3. processes

  4. kill


Correct Option: B
  1. username

  2. password

  3. host name

  4. all of the above


Correct Option: D
  1. Change the permissions on all the .jpg file so that it is readable.

  2. It is not a valid command because the file name contains a *.

  3. Change the permissions on all image files

  4. Change permissions on the directory so that image files can be saved in it.


Correct Option: A

Predict the output of the following program code main() { fork(); printf("Hello World!"); }

  1. Hello World!Hello World!

  2. Hello World!

  3. World!Hello

  4. error


Correct Option: A

A 'character special file' represents a device with characteristics similar to a ........ in unix [data transfer is by stream of bits in sequential order]

  1. keyboard

  2. terminal

  3. server

  4. host


Correct Option: A
  1. You use the pico Unix command to create a directory

  2. The default permissions are: r w x - - - - - -

  3. You must be in your home directory

  4. The directory name must end in _html


Correct Option: C

Developer Ken Thompson of the Bell Labs Team developed what game for GE's machines?

  1. .logout

  2. .clear

  3. leave out

  4. .leave


Correct Option: A

What files are run when you log in successfully?

  1. .cshrc

  2. .c

  3. .log

  4. .login


Correct Option: A,D
- Hide questions