tdTrX@lemmy.ml to Linux@lemmy.mlEnglish · edit-221 days agoRun firefox -p command and have Firefox open after closing terminal like Windows Run box.message-squaremessage-square4fedilinkarrow-up15arrow-down10
arrow-up15arrow-down1message-squareRun firefox -p command and have Firefox open after closing terminal like Windows Run box.tdTrX@lemmy.ml to Linux@lemmy.mlEnglish · edit-221 days agomessage-square4fedilink
minus-squareyeh74fjic8e5we@lemmy.worldlinkfedilinkEnglisharrow-up1·edit-21 month 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.
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.