I'm not sure what how or why this happens but sometimes when I open programs through terminal the terminal continues to attach itself to the program. I can understand this for things like "sudo nautilus" but for regular programs this is extremely annoying.
I cannot detach terminal from program because if I ctrl+c then it closes the program and if I quit the terminal then the program closes as well.
Few questions:
- Why does this happen?
- How do I manually activate/deactivate this function?
- How do I detach the terminal from the program?
If I am asking too much then I understand. In that case I don't even know how to google the answer so if you can point me to any resources that talks about this or give me the name of the function that is happening that that would be great.
Thanks.
app &
and it will detach from terminal – George Udosen Feb 25 '17 at 22:58