Linux/Unix Operating Systems Fundamentals

A comprehensive quiz covering Linux and Unix operating system concepts including commands, file systems, kernel configuration, system administration tools, and boot processes.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

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

  1. Winkey + E
  2. Winkey + F
  3. Winkey + M
  4. Winkey + D
Question 2 Multiple Choice (Single Answer)

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
Question 3 Multiple Choice (Multiple Answers)

What file represents the linux kernel?

  1. /linux
  2. /vmlinuz
  3. /boot/kernel
  4. /boot/linux
Question 4 Multiple Choice (Single Answer)

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

  1. file
  2. type
  3. which
  4. grep
Question 5 True/False

You can set cron to run once every second

  1. True
  2. False
Question 6 Multiple Choice (Single Answer)

What is the configuration file for the init program?

  1. /etc/init.conf
  2. /etc/default/inittab
  3. /etc/inittab
  4. /etc/init.d
Question 7 True/False

All commands require arguments or options.

  1. True
  2. False
Question 8 True/False

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

  1. True
  2. False
Question 9 Multiple Choice (Single Answer)

What information does the major number tell you?

  1. device type
  2. kernel version
  3. filesystem type
  4. filesystem mount point
Question 10 Multiple Choice (Single Answer)

Which program represents the SAMBA server?

  1. sambad
  2. nfsd
  3. smbd
  4. nmbd
Question 11 True/False

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

  1. True
  2. False
Question 12 True/False

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

  1. True
  2. False
Question 13 Multiple Choice (Single Answer)

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

  1. [ ]
  2. $$
  3. {}
  4. ##
Question 14 Multiple Choice (Single Answer)

Printer configuration information is stored in which directory?

  1. /etc/lpd.conf
  2. /etc/default/printers
  3. /var/conf/lpd
  4. /usr/spool/lpd
Question 15 True/False

Pipes take up physical space on the hard disk.

  1. True
  2. False
Question 16 Multiple Choice (Single Answer)

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
Question 17 Multiple Choice (Single Answer)

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
Question 18 Multiple Choice (Single Answer)

Which command creates a file system?

  1. fdisk
  2. crfs
  3. mkfs
  4. fs
  5. None of the above
Question 19 Multiple Choice (Single Answer)

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
Question 20 True/False

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

  1. True
  2. False