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

To start 'Find Files or Folders' what is the key combination ?

  1. Winkey + E

  2. Winkey + F

  3. Winkey + M

  4. Winkey + D


Correct Option: B

What will be happen if you press 'Winkey + M' ?

  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

What command is used to determine a file's type or contents?

  1. file

  2. type

  3. which

  4. grep


Correct Option: A

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

Which program represents the SAMBA server?

  1. sambad

  2. nfsd

  3. smbd

  4. nmbd


Correct Option: C

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

Kernels with an odd numbered minor_release are considered "development" releases

  1. True

  2. False


Correct Option: A

What character pair would you use to ensure the shell knows how to interpret a variable correctly?

  1. [ ]

  2. $$

  3. {}

  4. ##


Correct Option: C

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

Pipes take up physical space on the hard disk.

  1. True

  2. False


Correct Option: A

what is the function of tee command in Unix?

  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