For example, if I type gimp
in my terminal, Gimp will launch, but it will wait for gimp to be closed before returning control to the terminal. If I press CtrlC it will close Gimp. How do I prevent this?
Asked
Active
Viewed 3,685 times
1

mpen
- 2,186
disown
("Remove jobs from current shell") if you wish to be able to close that terminal. – Pablo Bianchi Jan 09 '19 at 16:40