Linux Bash Arithmetic Expressions Question:

The command 'disown -r':
a) removes all jobs
b) removes all running jobs
c) marks jobs to not receive SIGNUP when bash exits
d) marks all jobs

Linux Bash Arithmetic Expressions Interview Question
Linux Bash Arithmetic Expressions Interview Question

Answer:

b) removes all running jobs


Previous QuestionNext Question
Which command prints the directory stack?
a) cd
b) dirs
c) popd
d) pushd
The command 'enable -n ':
a) enables the specified built-in command
b) disables the specified built-in command
c) print the status of the command
d) none of the mentioned