

InterviewSolution
Saved Bookmarks
1. |
Solve : chkconfig [service name] not displaying any return values.? |
Answer» In the chkconfig man page --> " When chkconfig is run with only a service name, it CHECKS to see if the service is configured to be STARTED in the current runlevel. If it is, chkconfig returns true; OTHERWISE it returns false. " |
|