I have one doubt in linux process
case 1:(here no Firefox is open)
suppose if I open a firefox from command terminal using this command firefox & then process will start in the background.
Now if I exit the Terminal Firefox also exit
case 2:(here one Firefox is already open)
Now if I open a firefox from command terminal using this command firefox & then process will start in the background.
But now if I exit the terminal nothing will to second Firefox (opened by Terminal) why?
In case 1 it will close, what is happening in case 2 ?