minus-squareyeh74fjic8e5we@lemmy.worldtoLinux@lemmy.ml•Run `firefox -p` command and have Firefox open after closing terminal like Windows Run box.linkfedilinkEnglisharrow-up2·15 days agoIn the terminal session you launched firefox from: Ctrl-Z # Temporarily suspend process bg # Put that process into the background exit # Cleanly close the terminal session Or launch Firefox (or whatever application) with a ’&’ at the end to put it in the background from the start. linkfedilink
In the terminal session you launched firefox from:
Ctrl-Z # Temporarily suspend process bg # Put that process into the background exit # Cleanly close the terminal sessionOr launch Firefox (or whatever application) with a ’&’ at the end to put it in the background from the start.