How can I run a shell script in background?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
Depending on what you are wanting, just add a & to the end of the command
If you are running it in a terminal, and you want to then close the terminal, use nohup or disown nohup
disown
If that is not what you are after, please be more specific in your question. |
|||||
|
|
