Linux Bash Arithmetic Expressions Question:
Download Questions PDF

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

Answer:

b) disables the specified built-in command

Download Linux Bash Arithmetic Expressions Interview Questions And Answers PDF

Previous QuestionNext 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
Which command can create environment variable?
a) export
b) set
c) read
d) none of the mentioned