Linux Basic Practice Multiple Choice Questions – 03

11. Question:_____ distribution is known for its advanced package management system “pacman”.

Option 1: Arch

Option 2: Fedora

Option 3: CentOS

Option 4: Ubuntu

Correct Answer: 1

Explanation: The Arch distribution is known for its advanced package management system “pacman”. Arch Linux uses a rolling release model and the pacman package manager to install, update, and manage packages.

12. Question: In Linux,_____ directory contains device nodes and is crucial for system interaction with hardware.

Option 1: /dev

Option 2: /var

Option 3: /mnt

Option 4: /lib

Correct Answer: 1

Explanation: In Linux, the /dev directory contains device nodes and is crucial for system interaction with hardware. Device nodes represent physical and virtual devices, allowing the system to communicate and control hardware components.

13. Question: While /bin contains essential command binaries, ____ directory contains non-essential command binaries.

Option 1: /usr/bin

Option 2: /etc

Option 3: /lib

Option 4: /opt

Correct Answer: 1

Explanation: While /bin contains essential command binaries required for system boot and repair, the /usr/bin directory contains non-essential command binaries that are widely used by the system and users.

14. Question:__ Linux distribution aimed at enterprises, supported by Red Hat.

Option 1: Fedora

Option 2: Ubuntu

Option 3: CentOS

Option 4: Debian

Correct Answer: 3

Explanation: CentOS is a Linux distribution aimed at enterprises, supported by Red Hat. It is known for its stability and long-term support, making it a popular choice in enterprise environments.

15. Question: In Linux,_____ directory is typically used to store temporary or transient data, usually cleared at boot time.

Option 1: /tmp

Option 2: /var

Option 3: /home

Option 4: /opt

Correct Answer: 1

Explanation: In Linux, the /tmp directory is typically used to store temporary or transient data. This directory is usually cleared at boot time to ensure that unnecessary files do not accumulate and take up space.

Leave a Comment