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...
venkateshwar.hashnode.dev1 min read