* [Comm] Как перезагрузить/выключить компьютер без прав root'a
@ 2004-06-05 13:47 anterior
2004-06-05 18:05 ` antilopa_gnu
2004-06-05 19:27 ` Dmitry V. Levin
0 siblings, 2 replies; 3+ messages in thread
From: anterior @ 2004-06-05 13:47 UTC (permalink / raw)
To: rassilka
Как перезагрузить компьютер без прав root'a. В редхате я просто делаю
reboot, и он не требует пароля.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Comm] Как перезагрузить/выключить компьютер без прав root'a
2004-06-05 13:47 [Comm] Как перезагрузить/выключить компьютер без прав root'a anterior
@ 2004-06-05 18:05 ` antilopa_gnu
2004-06-05 19:27 ` Dmitry V. Levin
1 sibling, 0 replies; 3+ messages in thread
From: antilopa_gnu @ 2004-06-05 18:05 UTC (permalink / raw)
To: community
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'
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Comm] Как перезагрузить/выключить компьютер без прав root'a
2004-06-05 13:47 [Comm] Как перезагрузить/выключить компьютер без прав root'a anterior
2004-06-05 18:05 ` antilopa_gnu
@ 2004-06-05 19:27 ` Dmitry V. Levin
1 sibling, 0 replies; 3+ messages in thread
From: Dmitry V. Levin @ 2004-06-05 19:27 UTC (permalink / raw)
To: ALT Linux general discussion list
[-- Attachment #1: Type: text/plain, Size: 231 bytes --]
On Sat, Jun 05, 2004 at 10:47:46PM +0900, anterior wrote:
> Как перезагрузить компьютер без прав root'a. В редхате я просто делаю
> reboot, и он не требует пароля.
Попробуйте установить пакет SysVinit-usermode.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-06-05 19:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-05 13:47 [Comm] Как перезагрузить/выключить компьютер без прав root'a anterior
2004-06-05 18:05 ` antilopa_gnu
2004-06-05 19:27 ` Dmitry V. Levin
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