|
Running in background
KandyFLip,
I used nohup '<sever command>' &. Then when I hit enter it would stop the process so I did bg <job number>, you can type 'jobs' at the command line and it will show you the job number, most likely it will be 1. Note that the sever commands are in single quotes.
Hope this helps.
Ogmios
|