CentOS6で「visudo: コマンドが見つかりません」の対処法
# visudo
-bash: visudo: コマンドが見つかりません
しかも、yumでインストールしようとしてもパッケージが見つかりません。# yum search visudo
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.mirror.pensativo.nl
* epel: mirror.bytemark.co.uk
* extras: centos.mirror.pensativo.nl
* ius: pancks.sothatswhy.org.uk
* updates: centos.mirror.pensativo.nl
Warning: No matches found for: visudo
No Matches found
visudoはsudoの中に
実は、sudoをインストールするとvisudoが使えるようになります。# yum search sudo
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.mirror.pensativo.nl
* epel: mirror.bytemark.co.uk
* extras: centos.mirror.pensativo.nl
* ius: pancks.sothatswhy.org.uk
* updates: centos.mirror.pensativo.nl
============== N/S Matched: sudo ===================
sudo.x86_64 : Allows restricted root access for specified users
# yum -y install sudo
# visudo
カテゴリ:
CentOS