Linux Bash Arithmetic Expressions Question:
Download Questions PDF

The 'logout' built in command is used to:
a) shutdown the computer
b) logoff of the computer
c) logout the current user
d) to exit the current shell

Answer:

d) to exit the current shell

Download Linux Bash Arithmetic Expressions Interview Questions And Answers PDF

Previous QuestionNext Question
The command 'umask -S'
a) prints the current mask using symbolic notation
b) prints the current mask using octal numbers
c) sets the mask to 000
d) sets the mask to 777
Which built-in command performs integer arithmetic in bash shell?
a) let
b) get
c) set
d) none of the mentioned