tdTrX@lemmy.ml to Linux@lemmy.mlEnglish · 7 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 · 7 hours agomessage-square19fedilink
minus-squarenon_burglar@lemmy.worldlinkfedilinkarrow-up3·4 hours agoYou don’t need disown if you’re closing the terminal. Just firefox -p &
You don’t need disown if you’re closing the terminal. Just
firefox -p &