

MCQOPTIONS
Saved Bookmarks
This section includes 11 Mcqs, each offering curated multiple-choice questions to sharpen your Unix knowledge and support exam preparation. Choose a topic below to get started.
1. |
WHICH_OF_THE_FOLLOWING_IS_NOT_A_PART_OF_JOB_CONTROL_FACILITIES??$ |
A. | relate a job to the background |
B. | bring it back to the foreground |
C. | kill a job |
D. | create a new job |
Answer» C. kill a job | |
2. |
Which command is used to list the status of jobs?$ |
A. | fg |
B. | JOBS |
C. | jobs |
D. | fg |
Answer» C. jobs | |
3. |
Which of the following keyword is not supported by at command? |
A. | now |
B. | noon |
C. | tomorrow |
D. | evening |
Answer» E. | |
4. |
We can use the _____ symbol with at command to redirect our output to a specified file. |
A. | > |
B. | < |
C. | >> |
D. | % |
Answer» E. | |
5. |
We can schedule a job to run at a specified time of day using _______ command. |
A. | batch |
B. | at |
C. | cron |
D. | jobs |
Answer» B. at | |
6. |
The command bg %2 is valid. |
A. | True |
B. | False |
Answer» B. False | |
7. |
The command fg %1 will bring the first background job to the foreground. |
A. | True |
B. | False |
Answer» B. False | |
8. |
____ command will bring the background jobs to the foreground. |
A. | bg |
B. | fg |
C. | ctrl-Z |
D. | kill |
Answer» C. ctrl-Z | |
9. |
Which command will push the current foreground job to the background? |
A. | bg |
B. | fg |
C. | ctrl-Z |
D. | kill |
Answer» B. fg | |
10. |
Which of the following command is used to suspend a job? |
A. | ctrl-Z |
B. | ctrl-Q |
C. | bg |
D. | $ |
Answer» B. ctrl-Q | |
11. |
What is a job? |
A. | group of tasks |
B. | group of commands |
C. | group of processes |
D. | group of signals |
Answer» D. group of signals | |