jemhayward wrote: 
> How do I check that I have, and if I haven't - how do I get it:
> 
> I've actually come up with a different system:
> 
> I'm now running a batch file:
> 
> plink.exe -ssh -l fedora -pw fedora wandboard sudo shutdown
> 
> this does pop up an error, but it does actually work!
> 
> I may try shutdown -now

Make it:

plink.exe -ssh -l fedora -pw fedora wandboard sudo shutdown -h now

For a reboot:

plink.exe -ssh -l fedora -pw fedora wandboard sudo shutdown -r now

or

plink.exe -ssh -l fedora -pw fedora wandboard sudo reboot


Read all about it: http://www.computerhope.com/issues/ch000606.htm


------------------------------------------------------------------------
Krisbee's Profile: http://forums.slimdevices.com/member.php?userid=59080
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to