0

operating systems Online Quiz - 57

Description: operating systems Online Quiz - 57
Number of Questions: 20
Created by:
Tags: operating systems
Attempted 0/20 Correct 0 Score 0
  1. Minimises all windows and dialogs

  2. Minimises only dialogs

  3. Minimises all windows and leaves dialogs up

  4. None of the Above


Correct Option: C

What file represents the linux kernel?

  1. /linux

  2. /vmlinuz

  3. /boot/kernel

  4. /boot/linux


Correct Option: B

You can set cron to run once every second

  1. True

  2. False


Correct Option: B

What is the configuration file for the init program?

  1. /etc/init.conf

  2. /etc/default/inittab

  3. /etc/inittab

  4. /etc/init.d


Correct Option: C

All commands require arguments or options.

  1. True

  2. False


Correct Option: B

Lilo can boot operating systems on different drives as well as different partitions.

  1. True

  2. False


Correct Option: A

What information does the major number tell you?

  1. device type

  2. kernel version

  3. filesystem type

  4. filesystem mount point


Correct Option: A

Because Linux and Windows have a different understanding of security, you have to be careful when you share filesystems.

  1. True

  2. False


Correct Option: A

Printer configuration information is stored in which directory?

  1. /etc/lpd.conf

  2. /etc/default/printers

  3. /var/conf/lpd

  4. /usr/spool/lpd


Correct Option: D
  1. “tee” command is used to direct the output to print as well as directs it to a file.

  2. “tee” command is used to direct the output to a file.

  3. “tee” command is used to direct the output to print

  4. “tee” command is used to direct output of a command as an input for another command.

  5. All of the above


Correct Option: A

You attempt to remove a directory, but Linux won't allow you, what is the most likely problem?

  1. The directory name contains illegal characters

  2. You are not logged in as root

  3. The hard disk is full

  4. The directory is not empty

  5. None are likely problems


Correct Option: D

Which command creates a file system?

  1. fdisk

  2. crfs

  3. mkfs

  4. fs

  5. None of the above


Correct Option: C

To logout from your terminal you

  1. Press Ctrl-Alt -Del

  2. switch off the terminal

  3. type exit

  4. Press Ctrl-u or type logout

  5. None of the above


Correct Option: C

The command ls -l >> f1 would overwrite the contents of f1 with the output of the command ls -l .

  1. True

  2. False


Correct Option: B
- Hide questions