This is a computer science engineering quiz on UNIZ, which includes questions on the processes in UNIX.
Which of the following command is used to suspend a job?
Which command will push the current foreground job to the background?
____ command will bring the background jobs to the foreground.
The command fg %1 will bring the first background job to the foreground.
The command bg %2 is valid.
POSIX shell provides job control facilities like bg or fg.
We can schedule a job to run at a specified time of day using _______ command.
We can use the _____ symbol with at command to redirect our output to a specified file.
nice command is a ______ command in C shell.
Which option can be used explicitly to reduce the priority of any process.
Which command is used for premature termination of a process?
Which one of the following command is used for killing the last background job?
Which of the followings command(s) is used to kill the login shell?
What is a job?
Group of tasks
Group of commands
Group of processes
Group of signals
Which command is used to list the status of jobs?
fg
JOBS
jobs
Fg