# usermod -G wheel ${username}# visudo 79 ## Allows members of the 'sys' group to run networking, software, 80 ## service management apps and more. 81 # %sys ALL = NETWORKING, SOFTWARE, SERVICES, STORAGE, DELEGATING, PROCESSES, LOCATE, DRIVERS 82 83 ## Allows people in group wheel to run all commands 84 %wheel ALL=(ALL) ALL 85 86 ## Same thing without a password 87 # %wheel ALL=(ALL) NOPASSWD: ALL 88
[kagyuu@orange ~]$ sudo yum install beesu
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
[sudo] password for kagyuu:
読み込んだプラグイン:presto, refresh-packagekit
インストール処理の設定をしています
...