how to make my remote computers running fedora to shutdown from my laptop? is there any bash script out there? i'm using fedora core 1 for ur information....thank you in advance
Printable View
how to make my remote computers running fedora to shutdown from my laptop? is there any bash script out there? i'm using fedora core 1 for ur information....thank you in advance
use the halt command via ssh.
You could also use shutdown -h now or if you want the systems to shutdown at a particular time. You could use
shutdown -h <time>