If I execute the following command in LXTerminal
:
gnome-terminal &
gnome-terminal
gets opened. But as soon as I close the LXTerminal
, gnome-terminal
will be closed as well because it's a child process. Is there any way to open the second process independently?
nohup
didn't seem to work for me butdisown
did. – Chris Stryczynski Jun 06 '17 at 14:27