Today I've learned: Services on Linux
What’s a service? Service is an application that runs in the background and it is waiting for you to use it. Controlling services Basic syntax for controlling services is: service servicename start|stop|restart For example to see services we can do: ...
Jan 7, 20253 min read5

