I have inherited responsibility for a RHEL 5 development box we are using at work that has been configured using a VNC server to allow multiple users to work on the machine at once.
The VNC service seems to have been configured along the lines of this post http://it.megocollector.com/?p=1300 so that it runs at boot and creates a set of predifened user desktops specified in /etc/sysconfig, great! However, occasionally it is necessary to add a new user, or start/stop/restart the service for an existing user. At the moment the only way we can do this is to start/stop/restart the VNCservice for all users, how can I do this for just the user in question?
Thanks!