adplus-dvertising
frame-decoration

Question

A variable can be removed using _____

a.

unset

b.

readonly

c.

del

d.

bash

Posted under Unix Shell UNIX

Answer: (a).unset

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. A variable can be removed using _____

Similar Questions

Discover Related MCQs

Q. readonly command is used to protect a variable from reassignment.

Q. C shell uses which command for assigning values to variables?

Q. The variable assignment as x = 10 (whitespace on both sides of =) will work if we are not using C shell?

Q. ____ command displays all the variables available in the current shell.

Q. Environment variable names can be defined only in uppercase.

Q. The shell has ____ prompts.

Q. Which one of the following command will change our primary prompt from $ to C> ?

Q. Which environment variable is used to display our username?

Q. Which one of the following is not an environment variable?

Q. Which escape sequence is used with PS1 to show the hostname of our computer?

Q. Which of the following shells support the use of aliases?

Q. We can display an alias definition by using an alias with the name.

Q. Which command is used in bash and Korn shells to display the previously used commands?

Q. To display the last five used commands, which one of the following commands is used (in bash shell)?

Q. Which of the following symbols are used for accessing previous commands by event numbers?

Q. We can use relative addressing while executing previous commands.

Q. We can also execute previous commands by context.

Q. Which symbol is used as a shorthand for using the last argument to the previous command?

Q. To reverse any setting updated by set command we can use ____ symbol.

Q. The ____ acts as a shorthand representation of the home directory.