Put task to background

From snippet wiki
Jump to navigation Jump to search

Press Ctrl-Z and

[1]+  Stopped                 myprogram
$ disown -h %1
$ bg 1
[1]+ myprogram &
$ logout