CWD is a type of shell variable

Options
- True
- False


CORRECT ANSWER : False

Discussion Board
Explanation-

Correct answer of this question is false.

CWD is not a type of shell variable. It is an environment variable.
Cwd is used to get pathname of current working directory.

Following are the commonly used shell variables.

BASH_VERSION, HOSTNAME, CDPATH, HISTFILE, HISTFILESIZE, HISTSIZE,
HOME, IFS, LANG, PATH, PS1, TMOUT, TERM, SHELL, DISPLAY, EDITOR

Sapna 03-5-2017 11:24 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement