Feb 9, 2003 #1 adamWJ MIS Feb 9, 2003 1 AU I'm writing a script which requires the user to enter their userid and password. How do I hide the password on the screen when the users have entered it.
I'm writing a script which requires the user to enter their userid and password. How do I hide the password on the screen when the users have entered it.
Feb 9, 2003 #2 crowe Technical User Jun 12, 2001 255 US stty -echo stty echo to "turn it back on" crowe Upvote 0 Downvote