View previous topic :: View next topic |
Author |
Message |
Fawkers n00b
Joined: 11 Jul 2006 Posts: 11 Location: UK
|
Posted: Thu Nov 16, 2006 12:59 pm Post subject: PsShutdown equlivalent |
|
|
Hello everyone;
I'm working on a small project at the moment for my university course, im trying to implement a remote shutdown tool for a LAN. PsShutdown does a nice job if your in windows but is there an equilivent for linux?
Thanks
.Adam _________________ .Adam Pickett
Fawkers |
|
Back to top |
|
|
Sachankara l33t
Joined: 11 Jun 2004 Posts: 696 Location: Stockholm, Sweden
|
Posted: Thu Nov 16, 2006 1:32 pm Post subject: |
|
|
ssh -l <username> <address> shutdown -h now
_________________ Gentoo Hardened Linux 2.6.21 + svorak (Swedish dvorak) |
|
Back to top |
|
|
sonicbhoc Veteran
Joined: 24 Oct 2005 Posts: 1805 Location: In front of the computer screen
|
Posted: Thu Nov 16, 2006 1:58 pm Post subject: |
|
|
emerge kshutdown? |
|
Back to top |
|
|
|