Which of the following shell(s) allows the user to run jobs in the background even when the user has logged out (without using nohup command)?

🎲 Try a Random Question  |  Total Questions in Quiz: 73  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Unix Basics Practice Test: Process — practice the complete quiz, review flashcards, or try a random question.

Quiz on process basics, process status, process handling commands and process management. A Unix process is an instance of a computer program that is being executed. It is a self-contained entity that has its own memory space, code, and data. Processes are created by the operating system when a program is started, and they are terminated when the program finishes executing. Processes allow multiple programs to run simultaneously on a single computer, and they can be used to improve the performance of a computer. Processes are important because they allow multiple programs to run... Show more

Which of the following shell(s) allows the user to run jobs in the background even when the user has logged out (without using nohup command)?