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