![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hide Password | whatisthis | Shell Programming and Scripting | 4 | 07-21-2008 09:59 AM |
| How Do I Hide the Password in a Script | samd | Shell Programming and Scripting | 6 | 11-22-2006 05:38 AM |
| Want to hide password | arpitk | Shell Programming and Scripting | 1 | 09-29-2006 09:42 AM |
| Hide oracle password on unix process list | acheepi | Shell Programming and Scripting | 3 | 10-06-2005 10:25 PM |
| hide password typing | ivancheung | High Level Programming | 2 | 09-30-2004 02:05 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to hide password on Linux?
Hi falks,
I have the following ksh code: echo "Enter VS Admin password:" oldstty=`stty -g` stty -echo intr '$-' read password stty $oldstty echo This code ask from a user to enter his password. The OS suppose to hide the entering of the password. This code works fine On Sun Solaris and HP but fails on Linux. On Linux,i get the following error message: Enter VS Admin password: stty: invalid integer argument `$-' Try `stty --help' for more information. Does anyone know how it works on Linux? Thanks in advance, Nir |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|