0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

RedHat8でsudoにてコマンド実行時に[No protocol specified]が表示される

Last updated at Posted at 2021-02-14

Red Hat Enterprise Linux release 8.3
※以下の方法はセキュリティに影響があるため、注意する必要があります。

以下のような事象の場合
sudo <コマンド>
No protocol specified
Error: couldn't open display

対応方法:
ログインしているユーザにて、以下のコマンドを実施する。
xhost +si:localuser:root

ログイン時に自動設定する場合は、以下へ追記する。
/home/<ログインユーザ>/.bash_profile

/usr/bin/xhost +si:localuser:root

参考:
Root で X アプリケーションを起動
https://wiki.archlinux.jp/index.php/Root_で_X_アプリケーションを起動

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?