View Single Post
  #3 (permalink)  
Old 15th November 2009, 08:34 PM
eshav eshav is offline
Junior Member
 
Join Date: Nov 2009
OS: Debian
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
eshav is on a distinguished road
Default

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
Reply With Quote