1.

Name the command that is used to display the shell's environment variable.

Answer»

Shell functions, along with other Linux programs, are controlled by environmental variables.   Any child PROCESS of the shell has access to an ENVIRONMENT variable. These variables are NECESSARY for some programs to function properly. ENV or printenv commands can be used to DISPLAY the shell's environment variables.



Discussion

No Comment Found