tdTrX@lemmy.ml to Linux@lemmy.mlEnglish · 2 days agoHow to run firefox -p command and have firefox opened after closing the terminal like WIndows Run box.message-squaremessage-square20fedilinkarrow-up111arrow-down10
arrow-up111arrow-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 · 2 days agomessage-square20fedilink
minus-squarenon_burglar@lemmy.worldlinkfedilinkarrow-up5·2 days 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 &