tdTrX@lemmy.ml to Linux@lemmy.mlEnglish · 11 days agoHow to run firefox -p command and have firefox opened after closing the terminal like WIndows Run box.message-squaremessage-square8linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-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 · 11 days agomessage-square8linkfedilink
minus-squaretdTrX@lemmy.mlOPlinkfedilinkEnglisharrow-up0·11 days ago~$ firefox -p &; disown bash: syntax error near unexpected token `;’
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up0·11 days agojust omit the ; firefox -p & disown
~$ firefox -p &; disown bash: syntax error near unexpected token `;’
just omit the
;firefox -p & disown