tdTrX@lemmy.ml to Linux@lemmy.mlEnglish · 6 hours agoHow to run firefox -p command and have firefox opened after closing the terminal like WIndows Run box.message-squaremessage-square19fedilinkarrow-up18arrow-down10
arrow-up18arrow-down1message-squareHow to run firefox -p command and have firefox opened after closing the terminal like WIndows Run box.tdTrX@lemmy.ml to Linux@lemmy.mlEnglish · 6 hours agomessage-square19fedilink
minus-squareyeh74fjic8e5we@lemmy.worldlinkfedilinkEnglisharrow-up1·edit-22 hours 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.