LoginSignup
5
6

More than 5 years have passed since last update.

CentOS 7.3 : sudoコマンドのインストール

Last updated at Posted at 2017-07-16

検証環境

docker
$ docker pull centos 
[root@75fcd02c921a /]# cat /etc/redhat-release
CentOS Linux release 7.3.1611 (Core)

解決方法について

centos
# インストールされているかの確認
root@75fcd02c921a /# yum list installed | grep sudo
root@75fcd02c921a /# yum install -y sudo
Loaded plugins: fastestmirror, ovl
base                                                                                                                                                       | 3.6 kB  00:00:00
extras
(省略)

# 再度インストールされているかの確認
root@75fcd02c921a /]# yum list installed | grep sudo
sudo.x86_64                              1.8.6p7-23.el7_3               @updates   # 入っています。
5
6
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
5
6