Carlos Sunden said: > Hello, > > While reading an article at > http://www.linuxjournal.com/article.php?sid=5499 > It refers to starting the VNC server at boot up, and editing the passwd > file.
Yes, each user needs a passwd file. > However, if the vncserver has a password assigned already, this means the > passwd file in the /root/.vnc is being used? No, /root/.vnc/passwd is only used for the root user. Notice the "su -" in front of the command. This changes to the assigned user and starts VNC. Using their example of jdimpson, you would need a /home/jdimpson/.vnc/passwd file. If this file doesn't exist, the jdimpson VNC session wouldn't start. -- William Hooper _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
