Bash process manipulations
To run command in background just add & (an ampersand) to end
$ sleep 50 &
If you already got running process, you can pause it by pressing Ctrl + z</code>. Then send it to background by executing
$ bg
or bring it back to foreground
$ fg
Written by Eugeniy Belyaev
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#