The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 06-18-2002
Deepa Deepa is offline
Registered User
  
 

Join Date: Apr 2002
Posts: 53
Krishna

Check out the function getpass()...this function is used for getting the password without echoing on the terminal. It may not echo '*'s as you need.

Check out "man getpass".

Deepa