Unix/Linux Operating Systems Quiz

Test your knowledge of Unix/Linux operating systems including commands, file systems, permissions, and OS history

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

what is the expansion of UNICS?

  1. UNiplexed Information and Computing System
  2. UNified Information and Computing System
  3. UNIX Information and Calculating System
  4. All the above
Question 2 Multiple Choice (Multiple Answers)

If you want to set the permission for a directory, such that except owner no one else should have access, even to view the directory contents

  1. chmod 744 dirname
  2. chmod 755 dirname
  3. chmod 700 dirname
  4. chmod 711 dirname
Question 3 Multiple Choice (Multiple Answers)

UNIX is a

  1. single-user system
  2. multitasking
  3. operating system
  4. Open Source
Question 4 Multiple Choice (Single Answer)

Which operating system is popular in universities?

  1. UNIX
  2. Android
  3. Microsoft
  4. Mac OS
Question 5 Multiple Choice (Single Answer)

MacOS is derived from

  1. UNIX
  2. Microsoft
  3. All the above
  4. None of the above
Question 6 Multiple Choice (Single Answer)

UNIX is made of

  1. Kernal
  2. Shell
  3. Programs
  4. All the above
Question 7 Multiple Choice (Multiple Answers)

Unix File System

  1. controls the way that information in files and directories is stored on disk
  2. It schedules the task to Processor
  3. An memory driver
  4. It controls which users can access what items and how
Question 8 Multiple Choice (Single Answer)

How to append the content of one file to other using cat.

  1. cat file1 > file2
  2. cat file1, file2
  3. cat file1>>file2
  4. cat file1 < file 2
Question 9 Multiple Choice (Multiple Answers)

Touch command will?

  1. Create zero byte file
  2. Creates an log file
  3. Create blank directory
  4. Create blank file
Question 10 True/False

man is used for help in unix?

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

which command is very dangerous?

  1. cp
  2. mv
  3. rm
  4. ls
Question 12 Multiple Choice (Single Answer)

cd - will?

  1. change directory to parent directory
  2. change directory to root directory
  3. change directory to previous working directory
  4. change directory to home directory
Question 13 True/False

UNIX can be used for desktop PC's?

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

Time-sharing is the

  1. multi-threading
  2. multiprogramming and multi-tasking
  3. multiprogramming and multi-threading
  4. multi-threading and multi-user
Question 15 True/False

If a user Logs in as root(super) then unix command terminal will have $

  1. True
  2. False