LoginSignup
0
0

More than 5 years have passed since last update.

Jenkinsユーザーにsuできない場合の対処法

Last updated at Posted at 2018-11-14

Jenkins実行ユーザーにsuできなかったのでメモ。

/etc/passwdを確認。

jenkins:x:106:65534::/var/lib/jenkins:/bin/false

/bin/falseになっていたので、suできなかった。

以下に変更。

jenkins:x:106:65534::/var/lib/jenkins:/bin/bin

※用が済んだら、必ず戻しておくこと!

0
0
2

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