Skip to main content
Post Closed as "Duplicate" by slm, Anthon, phemmer, jasonwryan, rahmu
deleted 7 characters in body
Source Link
slm
  • 380k
  • 127
  • 793
  • 897

If I execute the following command in LXTerminal:

gnome-terminal &

gnome-terminal & 

gnome-terminal gets opened. But as soon as I close the LXTerminal, gnome-terminal will be closed as willwell because it's probably a child process. Is there any way to open the second process independently?

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 will because it's probably a child process. Is there any way to open the second process independently?

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?

Source Link
Meysam
  • 4.5k
  • 11
  • 41
  • 49

How to open a process from terminal without becoming child process?

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 will because it's probably a child process. Is there any way to open the second process independently?