tdTrX@lemmy.ml to Linux@lemmy.mlEnglish · edit-26 hours agoRun firefox -p command and have Firefox open after closing terminal like Windows Run box.message-squaremessage-square20linkfedilinkarrow-up112arrow-down10
arrow-up112arrow-down1message-squareRun firefox -p command and have Firefox open after closing terminal like Windows Run box.tdTrX@lemmy.ml to Linux@lemmy.mlEnglish · edit-26 hours agomessage-square20linkfedilink
minus-squareeldavi@lemmy.mllinkfedilinkEnglisharrow-up15·14 days agosurround it by nohup and put & at the end of the command. it would be better to run the command using the key combo of alt + f2 and then putting the command there instead of using a terminal window so that you don’t have to bother with nohup.
surround it by nohup and put & at the end of the command.
it would be better to run the command using the key combo of alt + f2 and then putting the command there instead of using a terminal window so that you don’t have to bother with nohup.