Which shell variable contains the name of the shell startup file?

What will be an ideal response?

The $ENV shell variable contains the name of the shell startup file (the default filename is
“.profile” if $ENV is not defined).

Computer Science & Information Technology

You might also like to view...

Which key is used to stop debugging?

A. F5 B. Shift-F5 C. F11 D. Ctrl-F10

Computer Science & Information Technology

____________________ is the mechanism by which a child class method is used by default when a parent class contains a method with the same signature.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology