What is Linux?
Who developed Linux and what type of operating system is it?
- A. Bill Gates developed Linux, a proprietary operating system.
- B. Steve Jobs developed Linux, a commercial operating system.
- C. Linus Torvalds developed Linux, a Unix-like, free, open-source, and kernel operating system.
- D. Dennis Ritchie developed Linux, a closed-source operating system.
- E. Ken Thompson developt Linux, a open-source OS.
Basic Features of Linux OS
Which of the following is NOT a basic feature of the Linux operating system?
- A. Linux is free and easily available.
- B. It is less secure than other operating systems.
- C. Linux has its personal software repository.
- D. It offers CLI and GUI.
- E. It supports different language keyboards.
Linux Distros
Which of the following is a commonly used Linux distribution or 'distro'?
- A. MacOS
- B. Ubuntu
- C. Windows
- D. iOS
- E. Android
Linux vs. Windows
What is the primary difference between Linux and Windows regarding their source code?
- A. Both are free and open-source.
- B. Both are non-free and not open-source.
- C. Linux is free and open-source, while Windows is not open-source and is free to use.
- D. Linux is not open-source and is free to use, while Windows is free and open-source.
- E. Linux is free and open-source, while Windows is not open-source and is not free to use.
Basic Components of Linux
Which of the following is the core part of the Linux operating system that acts as a bridge between hardware and software?
- A. Shell
- B. GUI
- C. Application programs
- D. Kernel
- E. System Utillities
File Permissions in Linux
Which file permission in Linux allows users to open and modify files?
- A. Read
- B. Right
- C. Execute
- D. Write
- E. Erase
Linux Kernel Editing
Under which license is the Linux kernel released, making it legally editable?
- A. MIT License
- B. BSD License
- C. Apache License
- D. GPL (General Public License)
- E. Proprietary License
Explain LILO
What is LILO in Linux, and what is its function?
- A. A text editor used for configuration files.
- B. A command-line interface.
- C. A Linux Boot loader that loads the operating system into memory and starts the execution.
- D. A type of file system.
- E. A system monitoring tool.
Shell in Linux
Which of the following shells is the default shell for Linux?
- A. csh (C Shell)
- B. ksh (Korn Shell)
- C. zsh (Z Shell)
- D. bash (Bourne Again Shell)
- E. Fish (Friendly Interactive Shell)
Root Account
What is the role of the root account in Linux?
- A. An ordinary user account.
- B. A guest account with limited privileges.
- C. The user's personal account.
- D. The system administrator account that provides complete system control.
- E. A temporary account for troubleshooting.
CLI and GUI in Linux
What does CLI stand for in Linux, and what is its primary function?
- A. Common Line Interface, used for basic tasks.
- B. Command Line Interface, takes input as a command and runs the tasks of the system.
- C. Graphical User Interface, used for visual tasks.
- D. Central Linux Interface, manages system resources.
- E. Critical Linux Instructions, provides core system commands.
Swap Space
What is the purpose of swap space in Linux?
- A. To store frequently accessed files for faster access.
- B. To expand RAM by holding concurrently running programs temporarily.
- C. To store system logs.
- D. To store user data.
- E. To store the kernel image.
Hard Links vs. Soft Links
Which type of link in Linux includes the original file location?
- A. Heart Links
- B. Hard Links
- C. Smart Links
- D. Soft Links
- E. Direct Links
Symbolic Link Creation
Which command is used to create a symbolic link in Linux?
- A. link
- B. symlink
- C. ln -h
- D. ln -s
- E. mklink
Standard Streams
In Linux, what are the three standard streams for output and input?
- A. Input, Output, and Error
- B. Stdin, stdout, and stderr
- C. Read, Write, and Execute
- D. System in, System out, and System error
- E. Device in, Device out, and Device error