[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Cancel Shutdown in progress (have 10 hours)



> If you really want it automated:
> 
> 	ps axc | awk '/shutdown/ { print $1 }' | xargs kill
Thanks for this one! ;)
That's exactly what I needed. 



> Hmm, it indeed is not documented.
It's not. If someone could add it?  (A plain linux user could
desperate...) ;)


Martin.