On Thu, Apr 08, 1999 at 09:22:15AM +0200, Bernardo Rodrigues wrote:
> Hi there,
>
> Hope you're all fine.
> I've some general questions which I've not been able to find answers
> as yet.
> 1. Can a normal ( ordinary ) user shutdown a Linux system ?
If they're at the console, yes. Just use Ctrl-Alt-Delete. If you want to
give normal users the ability to remotely shutdown the system, you might
look into the 'sudo' package. It allows you to specify certain commands
that users are allowed to do as root.
> 2. What happens if for any reason the root user forget his/her
> password or somebody tampers with the root password until he gets it
> and changes it so that the real root cannot log into the system. ?
The users run the asylum? :)
If that happens, just shutdown the machine and reboot into single user mode.
I don't think that asks for a password, but I could be wrong. If that
doesn't help, pull the drive and put it in another machine and mount the
root filesystem. Yank out the root password, move the drive back to the
normal machine, boot and put a new password on the root account.
> 3. Does Linux take advantage of the advanced power management feature
> to power down a system?
Sure, compile your system with APM support in the kernel configuration and
install the apmd package (it's part of Mandrake). It works pretty well.
--
Steve Philp
[EMAIL PROTECTED]