If we were to launch a process where the previous ID was "300", what would the ID of this new process be?
If we wanted to cleanly kill a process, what signal would we send it?
Locate the process that is running on the deployed instance (MACHINE_IP). What flag is given?
HINT: Use ps aux to list all running processes. We're looking for a process that seems "out of the ordinary"
What command would we use to stop the service "myservice"?
HINT: systemctl [option] [service]
What command would we use to start the same service on the boot-up of the system?
HINT: systemctl [option] [service]
What command would we use to bring a previously backgrounded process back to the foreground?