このコマンドラインを実行しようとすると
cp -a /home/root1/.Xauthority .Xauthority
`そのエラーが発生しましたが、なぜですか?
cp: cannot stat '/home/root1/.Xauthority': No such file or directory
この問題を解決するのに助けが必要です。
答え1
私はこの仕事を得ました勇敢な私のLinux Mint 20.1システムでは:
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
。