Hi
This is what I'm trying to do:
Using the Net::Telnet module I want to log on to a linux-server and run the shutdown command.
Problem:
To run the shutdown command I need to be root. To become root I need to run the su - command. But who do I supply the password???
Is there any other ways to shutdown a remote linux server?
Thanks