Services in linux
service - this controls the starting and stopping of service installed in linux chkconfig - this controls which services are set to start during server boots up. commands: service <name_of_service> status service <name_of_service> start service <name...
May 11, 20231 min read35