Many times you would want process to keep running in background forever be it running a service or executing binary. If not started in background process will get killed as your console session end.
We will be sharing few tricks as how you can achieve this in Linux