adplus-dvertising
frame-decoration

Question

The purpose of the PATH environment variable is

a.

Contains the current working directory

b.

The sequence of directories to be searched when entering a command

c.

Used to change directories

d.

None of the above

Posted under Shell Programming UNIX

Answer: (b).The sequence of directories to be searched when entering a command

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The purpose of the PATH environment variable is

Similar Questions

Discover Related MCQs

Q. Some lines in an "if statement" are indented because

Q. In "bash", "if" constructs are ended with

Q. Which of the following is not a iterative construct in "bash"?

Q. A loop that continues indefinitely is called a

Q. The asterisk is a metacharacter which in the command "ls *.txt" means

Q. A metacharacter is any character that

Q. Which of the following Unix utilities are not commonly used to process regular expressions?

Q. Which programming language has a powerful regular expression engine?

Q. Which meta-noncharacter is used to indicate the end of the line?

Q. Which meta-noncharacter is used to indicate the beginning of the line?

Q. The character separating fields is called a

Q. "Awk" is a program that is primarily concerned with formatting output. It is designed to work best with pieces of data called

Q. The command "cd" (change directory) will return an exit status.

Q. What special variable has the exit status?

Q. Another name for exit status is

Q. Passing information between programs is called.

Q. A more complete means of communication between programs is called.

Q. Which of the following is necessary in order to send a signal?

Q. A signal trap is a set of instructions

Q. Which special variable contains the PID of its own process?