Unit1 - Subjective Questions

CSC202 • Practice Questions with Detailed Answers

1

Describe the key characteristics of the Linux Operating System.

2

Explain the interaction between the Bash shell and the Linux Kernel.

3

Differentiate between the man, info, and --help commands in Linux.

4

Analyze the structure of the /etc/passwd file and explain the meaning of each field.

5

Explain the purpose and structure of the /etc/shadow file. Why is it necessary?

6

Describe the useradd command and list five common flags/options used with it.

7

Explain the difference between Primary Groups and Secondary Groups in Linux.

8

How would you lock, unlock, and delete a user account in Linux?

9

Detailed the Linux Boot Process from BIOS/UEFI to the login prompt.

10

What is Privilege Escalation? Distinguish between su and sudo.

11

Explain the configuration of the /etc/sudoers file. What is the syntax to grant a user root privileges?

12

Identify common user troubleshooting scenarios related to login failures and their solutions.

13

Describe the standard disk partitioning scheme recommended during a Linux installation.

14

What are Runlevels and Systemd Targets? Compare them.

15

How do you modify boot settings to reset a lost root password in Linux?

16

Explain the significance of the groupadd, groupmod, and gpasswd commands.

17

Derive the Octal permission value for a file that needs: Read/Write/Execute for Owner, Read/Execute for Group, and Read-only for Others.

18

Discuss the chown and chmod commands with examples.

19

What are the standard streams in Linux? How does Redirection work?

20

Describe the role of the GRUB bootloader and its configuration file location.