The PATH (Sobell, page 318) keyword variable specifies the directories in the order bash should search them when it searches for a script or program you run from the command line. What is the value of your PATH variable?
What will be an ideal response?
$ echo $PATH
/usr/local/bin:/bin:/usr/bin:/sbin
Computer Science & Information Technology
You might also like to view...
Which of the following methods of FileStream will reset the file-position pointer back to the beginning of the file?
a) Reset b) Origin c) Seek d) Beginning
Computer Science & Information Technology
What is Document flow?
What will be an ideal response?
Computer Science & Information Technology
Both character literals and string literals can be assigned to a char variable.
a. true b. false
Computer Science & Information Technology
Solve the equation using the quadratic formula. Round to two decimal places as needed.
What will be an ideal response?
Computer Science & Information Technology