JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
Unix interview questions part 33
Unix interview questions part 33
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. Which command permits to schedule jobs for later execution, as soon as the system load permits?
A. at
B. %
C. batch
D. cron
Show Correct Answer
Correct Answer is :
batch
2. Jobs scheduled using batch command goes to a special at queue.
A. TRUE
B. FALSE
C.
D.
Show Correct Answer
Correct Answer is :
TRUE
3. Jobs scheduled using batch command can be removed using ___ option.
A. -a
B. -d
C. -f
D. -r
Show Correct Answer
Correct Answer is :
-r
4. What is a daemon?
A. process whose parent has died
B. process who has completed its execution but still has an entry in the process table
C. process which is running infinitely
D. process which runs automatically without any user interaction
Show Correct Answer
Correct Answer is :
process which runs automatically without any user interaction
5. What is cron?
A. a simple process
B. an orphan process
C. a daemon
D. a zombie process
Show Correct Answer
Correct Answer is :
a daemon
6. The cron tab is a table having a list of commands that are scheduled to be run at regular intervals.
A. TRUE
B. FALSE
C.
D.
Show Correct Answer
Correct Answer is :
TRUE
7. Which of the following command will remove the current crontab?
A. crontab -p
B. crontab -l
C. crontab -e
D. crontab -r
Show Correct Answer
Correct Answer is :
crontab -r
8. To find out how efficiently a program a used the system resources, which command is used?
A. sys
B. time
C. crontab
D. daemon
Show Correct Answer
Correct Answer is :
time
9. Which command shows some attributes of a process?
A. pid
B. $$
C. ps
D. HOME
Show Correct Answer
Correct Answer is :
ps
10. Which of the following attribute is not shown by ps command?
A. PID
B. PPID
C. tty
D. size
Show Correct Answer
Correct Answer is :
size
11. Which option is used by ps command to get a detailed listing of process attributes?
A. -u
B. -f
C. -l
D. -x
Show Correct Answer
Correct Answer is :
-f
12. Which option is used by the system administrator for displaying processes of a user?
A. -f
B. -u
C. -a
D. -e
Show Correct Answer
Correct Answer is :
-u
13. The -a option when used with ps command lists processes of all users but doesn’t display the system processes.
A. TRUE
B. FALSE
C.
D.
Show Correct Answer
Correct Answer is :
TRUE
14. Which option is used with ps command to list system processes?
A. -A
B. -a
C. -e
D. –A and -e
Show Correct Answer
Correct Answer is :
–A and -e
15. What will the output of the following command? $ ps -t dev/console
A. processes running on terminal named console
B. undefined output
C. erroneous
D. processes running on the current terminal
Show Correct Answer
Correct Answer is :
processes running on terminal named console
16. There are ___ distinct phases of a process.
A. 2
B. 5
C. 4
D. 3
Show Correct Answer
Correct Answer is :
3
17. A system call is a programmatic way in which the program requests for the service from the kernel of an operating system.
A. TRUE
B. FALSE
C.
D.
Show Correct Answer
Correct Answer is :
TRUE
18. Which of the following system call is used for creating a new process?
A. read
B. fork
C. wait
D. new
Show Correct Answer
Correct Answer is :
fork
19. When fork() is invoked, the child process created gets a new PID.
A. TRUE
B. FALSE
C.
D.
Show Correct Answer
Correct Answer is :
TRUE
20. What is the value returned by fork system call, when the creation of child process is unsuccessful?
A. positive integer
B. negative integer
C. zero
D. fractional value
Show Correct Answer
Correct Answer is :
negative integer
Similar Interview Questions
Search for latest jobs
Find Jobs