thnx vivek, i need to automate it too, because if i use vncpasswd, i need to type it, is there anyother method where i can stdin the password, after getting it
like
Code:
read -s -p "Enter vnc password : " password
read -p "Enter the VNC Port Number: " port
and pass the $password to vncpasswd, so i dont have to type it, please guide me vivek
regards,
Esha