

MCQOPTIONS
Saved Bookmarks
This section includes 5 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
1. |
What is cron? |
A. | a simple process |
B. | an orphan process |
C. | a daemon |
D. | a zombie process |
E. | |
Answer» D. a zombie process | |
2. |
Which of the following command doesn't create a process? |
A. | pwd |
B. | fork |
C. | cd |
D. | Both A and C |
Answer» E. | |
3. |
By default, every process that you start runs in the __________. |
A. | Foreground |
B. | Background |
C. | Both A and B |
D. | None of the above |
Answer» B. Background | |
4. |
When you start a process (run a command), how many ways you can run it? |
A. | 2 |
B. | 3 |
C. | 4 |
D. | 5 |
Answer» B. 3 | |
5. |
Each process in the system has a unique ________. |
A. | pidentity |
B. | processidentity |
C. | pid |
D. | proid |
Answer» D. proid | |