Command-Line
當我需要讓 Firefox 和勇敢地以 root 身份執行並傳輸 Xauthority 時,會出現此錯誤
當我嘗試執行此命令行時
cp -a /home/root1/.Xauthority .Xauthority
`出現這個錯誤,是什麼原因?
cp: cannot stat '/home/root1/.Xauthority': No such file or directory
拜託,我需要幫助解決這個問題。
我讓它在我的 Linux Mint 20.1 系統上為Brave工作:
xhost SI:localuser:root # give root access to the display. sudo su - # switch to root user's shell env DISPLAY=:0.0 brave-browser --no-sandbox
我不需要復製
.Xauthority
文件。