Linux Bash Arithmetic Expressions Question:
Download Questions PDF

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

Download Linux Bash Arithmetic Expressions Interview Questions And Answers PDF

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