What shell are you using? What is the search path for your shell? How did you obtain your answer? What command(s) did you use?

What will be an ideal response?


The following session shows the answers to the questions.
```
$ echo $SHELL
/bin/bash
$ echo $PATH
/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home3/faculty/msarwar/bin
$
```

Computer Science & Information Technology

You might also like to view...

Which of the following are allowed in the third section of the for loop statement?

a. i++ b. i-- c. i +=2 d. cout << "Hello\n" e. all of the above f. none of the above

Computer Science & Information Technology

If you were going to catch an exception of type Exception, where should this catch block be placed within your code?

What will be an ideal response?

Computer Science & Information Technology

When creating a new document, which of the following is NOT a template option in the New Document dialog box?

A) Blank and recent B) Favorite templates C) Installed Templates D) My templates

Computer Science & Information Technology

What is the main reason to not use bitmap files as Windows graphics?

A. Image quality is not as good as with other file formats. B. It takes much longer to download them. C. Some browsers cannot display them. D. They are too compressed.

Computer Science & Information Technology