InterviewSolution
Saved Bookmarks
| 1. |
What are system variables in Unix? |
|
Answer» Some system variables SET in Unix by default are HOME, USER, HOST, DISPLAY, and PATH. These can be environment variables or local variables ENABLED by the shell. |
|