Unix/Linux Operating Systems Quiz
Test your knowledge of Unix/Linux operating systems including commands, file systems, permissions, and OS history
Questions
Question 1 Multiple Choice (Single Answer)
what is the expansion of UNICS?
- UNiplexed Information and Computing System
- UNified Information and Computing System
- UNIX Information and Calculating System
- 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
- chmod 744 dirname
- chmod 755 dirname
- chmod 700 dirname
- chmod 711 dirname
Question 3 Multiple Choice (Multiple Answers)
UNIX is a
- single-user system
- multitasking
- operating system
- Open Source
Question 4 Multiple Choice (Single Answer)
Which operating system is popular in universities?
- UNIX
- Android
- Microsoft
- Mac OS
Question 5 Multiple Choice (Single Answer)
MacOS is derived from
- UNIX
- Microsoft
- All the above
- None of the above
Question 6 Multiple Choice (Single Answer)
UNIX is made of
- Kernal
- Shell
- Programs
- All the above
Question 7 Multiple Choice (Multiple Answers)
Unix File System
- controls the way that information in files and directories is stored on disk
- It schedules the task to Processor
- An memory driver
- 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.
- cat file1 > file2
- cat file1, file2
- cat file1>>file2
- cat file1 < file 2
Question 9 Multiple Choice (Multiple Answers)
Touch command will?
- Create zero byte file
- Creates an log file
- Create blank directory
- Create blank file
Question 10 True/False
man is used for help in unix?
- True
- False
Question 11 Multiple Choice (Single Answer)
which command is very dangerous?
- cp
- mv
- rm
- ls
Question 12 Multiple Choice (Single Answer)
cd - will?
- change directory to parent directory
- change directory to root directory
- change directory to previous working directory
- change directory to home directory
Question 13 True/False
UNIX can be used for desktop PC's?
- True
- False
Question 14 Multiple Choice (Single Answer)
Time-sharing is the
- multi-threading
- multiprogramming and multi-tasking
- multiprogramming and multi-threading
- multi-threading and multi-user
Question 15 True/False
If a user Logs in as root(super) then unix command terminal will have $
- True
- False