InterviewSolution
Saved Bookmarks
| 1. |
How Do All Of These Variables, Like $operatingsystem, Get Set? |
|
Answer» The variables are all set by Facter. You can GET a full LISTING of the available variables and their VALUES by running facter by itself in a SHELL. The variables are all set by Facter. You can get a full listing of the available variables and their values by running facter by itself in a shell. |
|