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)?
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)? Correct Answer
Background jobs are terminated automatically when the user logs out. But in C shell and bash shell jobs are not terminated even after the user logs out. While this is not the case with Bourne and Korn shells. In these shells, jobs are aborted as soon as the user logs out.
মোঃ আরিফুল ইসলাম
Feb 20, 2025