adplus-dvertising
frame-decoration

Question

Which command will push the current foreground job to the background?

a.

bg

b.

fg

c.

ctrl-Z

d.

kill

Posted under Jobs and Processes UNIX

Answer: (a).bg

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which command will push the current foreground job to the background?

Similar Questions

Discover Related MCQs

Q. ____ command will bring the background jobs to the foreground.

Q. We can list the jobs queued using at command by using ____ option.

Q. UNIX supports preemptive multitasking.

Q. The collection of memory locations that the process can access is called _______

Q. The virtual address space consists of ____ segments.

Q. The segment representing the constants, globals and static variables is called:

Q. The stack stores the _______

Q. The attributes of every process are stored in ____

Q. The entire process life cycle is built around ___ system calls.

Q. Which of the following system call is used for replicating a process?

Q. Which of the following functions is used for handling environment variables of a process?

Q. A process can be terminated using the exit or _exit system call.

Q. Both exit and _exit system call share an identical syntax.

Q. The parent process picks up the exit status of a child using ___ system call.

Q. Which of the following system call is more powerful (in waiting mechanism) than wait system call?

Q. If the child dies first but the entry of that child in the process table is still present, then that process is called ____

Q. Every process belongs to a process group.

Q. ____ exec is responsible for executing programs on a UNIX system.

Q. Which of the following system call is used for duplicating file descriptor?

Q. We can also duplicate the file descriptor using ___