
- Unix / Linux - Home
- Unix / Linux - What is Linux?
- Unix / Linux - Getting Started
- Unix / Linux - File Management
- Unix / Linux - Directories
- Unix / Linux - File Permission
- Unix / Linux - Environment
- Unix / Linux - Basic Utilities
- Unix / Linux - Pipes & Filters
- Unix / Linux - Processes
- Unix / Linux - Communication
- Unix / Linux - The vi Editor
- Unix / Linux - Shell Scripting
- Unix / Linux - What is Shell?
- Unix / Linux - Using Variables
- Unix / Linux - Special Variables
- Unix / Linux - Using Arrays
- Unix / Linux - Basic Operators
- Unix / Linux - Decision Making
- Unix / Linux - Shell Loops
- Unix / Linux - Loop Control
- Unix / Linux - Shell Substitutions
- Unix / Linux - Quoting Mechanisms
- Unix / Linux - IO Redirections
- Unix / Linux - Shell Functions
- Unix / Linux - Manpage Help
- Advanced Unix / Linux
- Unix / Linux - Standard I/O Streams
- Unix / Linux - File Links
- Unix / Linux - Regular Expressions
- Unix / Linux - File System Basics
- Unix / Linux - User Administration
- Unix / Linux - System Performance
- Unix / Linux - System Logging
- Unix / Linux - Signals and Traps
Unix / Linux Online Quiz
Following quiz provides Multiple Choice Questions (MCQs) related to Unix Framework. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.

Answer : D
Explanation
Kernel is the core part of the OS and is odd one the rest are popular shells.
Answer : B
Explanation
It tell the system to use which shell for executing the script file.
Q 3 - Choose the option to remove write permission for group & others for a file a.txt.
A - Select disable write for group and others where file=a.txt
Answer : B
Explanation
Answer : A
Explanation
Q 5 - Per user configuration setting are found in the following file of users home directory.
Answer : B
Explanation
Aliases, imported environment variables, etc are part of the configuration settings.
Q 6 - How you list only hidden files?
Answer : A
Explanation
Answer : A
Explanation
Q 8 - Which command can be used to display file contents in octal?
Answer : A
Explanation
od full form is octal dump.
Q 9 - __ can talk to the kernel.
Answer : C
Explanation
Q 10 - Choose the example for block special file
Answer : A
Explanation