HELP! (RH9) Проблема с sudo и sudoers.
Добавлено: 16 апр 2006, 22:52
Всем привет, такая проблема.
Попытался использовать sudo и, соответственно, sudoers для разрешения использования команды rpm в полном объеме для моей рабочей учетной записи freemind. Прописал все в соответствии с man'ом для sudoers, но при попытке использования sudo интерпретатор по ходу уходит в "завис".
Вот мой файл sudoers:
# sudoers file.
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the sudoers man page for the details on how to write a sudoers file.
#
# Host alias specification
# User alias specification
User_Alias RPMGURU = freemind, anna
# Cmnd alias specification
Cmnd_Alias RPMTOOL = /bin/rpm
# Defaults specification
# User privilege specification
root ALL=(ALL) ALL
# Uncomment to allow people in group wheel to run all commands
# %wheel ALL=(ALL) ALL
# Same thing without a password
# %wheel ALL=(ALL) NOPASSWD: ALL
# Samples
# %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
# %users localhost=/sbin/shutdown -h now
RPMGURU ALL = NOPASSWD: RPMTOOL
Попытался использовать sudo и, соответственно, sudoers для разрешения использования команды rpm в полном объеме для моей рабочей учетной записи freemind. Прописал все в соответствии с man'ом для sudoers, но при попытке использования sudo интерпретатор по ходу уходит в "завис".
Вот мой файл sudoers:
# sudoers file.
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the sudoers man page for the details on how to write a sudoers file.
#
# Host alias specification
# User alias specification
User_Alias RPMGURU = freemind, anna
# Cmnd alias specification
Cmnd_Alias RPMTOOL = /bin/rpm
# Defaults specification
# User privilege specification
root ALL=(ALL) ALL
# Uncomment to allow people in group wheel to run all commands
# %wheel ALL=(ALL) ALL
# Same thing without a password
# %wheel ALL=(ALL) NOPASSWD: ALL
# Samples
# %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
# %users localhost=/sbin/shutdown -h now
RPMGURU ALL = NOPASSWD: RPMTOOL