Run shell script in background

I would like to run a shell script in the background when nethserver is running such that i can still use the main terminal (and not wait until the script terminates). How can I achieve this?

Thanks!

http://www.tldp.org/LDP/abs/html/x9644.html

or use "screen"
https://www.gnu.org/software/screen/manual/screen.html

1 Like