On Saturday 19 June 2004 07:45, Damir Dezeljin wrote: > So I still have to solve some problems: >1. Is it possible to remotely (from SSH session) lock the desktop > (screen saver lock ?) of the local loged user? How can I achieve > this? >2. Is it possible to remotely (from SSH session) log out a > local loged in user without restarting the X server (init 3 && init > 5)? How can I achieve this? Take a look at "skill" for these two; i.e. skill -STOP -u <user> and skill -KILL -u <user> Regards, Mike Klinke