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

Answer:
b) removes all running jobs