📖 From Operating System • 18. The Linux System • 24 questions available
Practice MCQs for Execution and Loading of User Programs in The Linux System. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.
🔄 Last updated: 2026-07-27
Q1. What system call creates a new process by duplicating the calling process without loading a new executable image?
💡 Difficulty: easy | ✅ Correct: B
Q2. How does the behavior of clone() differ from fork() when no sharing flags are specified?
💡 Difficulty: medium | ✅ Correct: C
Q3. A program needs separate address spaces for parent and child but wants them to share the set of open files. Which set of flags should be used with clone()?
💡 Difficulty: hard | ✅ Correct: B
⬆️ View all questions in the quiz below