>   can you help me.. how to reboot a remote linux box.
> thanks in advance.

bash$ telnet <hostname>
login: <username>
password: <password>
bash$ su -
password: <root password>
bash# init 6

or if u r using ssh

bash$ ssh <hostname>
username:root
password:<root password>
bash# init 6

Bye,
    /\ |\/| |3 /\ r


------------------------------------------------
An alpha version of a web based tool to manage
your subscription with this mailing list is at
http://lists.linux-india.org/cgi-bin/mj_wwwusr

Reply via email to