Subject

Operating Systems

Practice related MCQ quizzes and improve step by step.

Quizzes in Operating Systems



Which of the following statements about /bin and /sbin directories in Linux is correct?

Correct answer(s):
    • /bin contains essential user binaries, while /sbin holds system binaries.

Which of the following commands can be used to compress multiple files into a single gzip archive in Kali Linux?

Correct answer(s):
    • gzip file1 file2 file3


Which command is used to grant execute permission to the group for a file named “script.sh” in Linux?

Correct answer(s):
    • chmod g+x script.sh