From: antilopa_gnu@list.ru
To: community@altlinux.ru
Subject: Re: [Comm] Как перезагрузить/выключить компьютер без прав root'a
Date: Sun, 6 Jun 2004 02:05:42 +0800
Message-ID: <20040606020542.406057db.antilopa_gnu@list.ru> (raw)
In-Reply-To: <000701c44b03$c684bef0$33692ec3@ats>
anterior пишет:
> Как перезагрузить компьютер без прав root'a. В редхате я просто делаю
> reboot, и он не требует пароля.
Отлогиниться и ALT+CTRL+DEL
А можно sudo настроить, отредактировав файл /etc/sudoers, чтобы простой
пользователь мог запускать команду reboot.
#--------Пример /etc/sudoers :
# User alias specification
# перечисляете вместо user1, user2 логины всех пользователей,
# кому хотите разрешить:
User_Alias USER = user1, user2
# Cmnd alias specification
# перечисляете то, запуск чего хотите разрешить
Cmnd_Alias HALT = /sbin/poweroff, /sbin/shutdown, /sbin/reboot
# User privilege specification -- разрешаем юзверям,
# перечисленным в User_Alias USER, выполнять команды,
# перечисленные в Cmnd_Alias HALT, причём без пароля
USER ALL=NOPASSWD: HALT
Теперь от пользователя можно скомандовать
sudo /sbin/reboot
Можно в ~/.bashrc ещё дописать:
alias reboot='sudo /sbin/reboot'
next prev parent reply other threads:[~2004-06-05 18:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-05 13:47 anterior
2004-06-05 18:05 ` antilopa_gnu [this message]
2004-06-05 19:27 ` Dmitry V. Levin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040606020542.406057db.antilopa_gnu@list.ru \
--to=antilopa_gnu@list.ru \
--cc=community@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git