| Subcribe via RSS

Ubuntu : run a shell script in a background

June 10th, 2008 Posted in Ubuntu

I have a problem with running a program with a shell script. and it take control of my terminal. So, I have to start another terminal. This is how you can do to run a shell script in a background

COMMAND
$ nohup your command &

Leave a Reply