Sponsored Content
Top Forums Shell Programming and Scripting How to hide password from getting displayed on screen Post 302239284 by era on Tuesday 23rd of September 2008 08:34:44 AM
Old 09-23-2008
Do you get an error message? Do you find anything about "echo" in the local manual page for stty?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

need to hide output to screen

I have a script that askes users to enter in an oracle account and password, The information is displayed on the screen as they type it. Does anyone know how I can hide this output? :confused: (1 Reply)
Discussion started by: boat73
1 Replies

2. Programming

hide password typing

I am doing a project in C program which requires to type in password in Unix terminal. Does anybody know how to shade or not output any words typed by user in the terminal? I use the function scan() to read typing from user. Thanks in advance. (2 Replies)
Discussion started by: ivancheung
2 Replies

3. Shell Programming and Scripting

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... (2 Replies)
Discussion started by: nir_s
2 Replies

4. Shell Programming and Scripting

Want to hide password

All, In my script I am calling another script.. in that script I need to enter a password. Problem is that everyone is able to see the password when I enter that. Is there any way that when i enter that password it should not display or may look like *******. Or if there any other way that I... (1 Reply)
Discussion started by: arpitk
1 Replies

5. Shell Programming and Scripting

How Do I Hide the Password in a Script

Hi, I am writing a UNIX .ksh script and need to send the login password of the login id that is executing the script to a command that I am executing in the script. I don't want that password to be seen by anyone except whoever is executing the script. Does anyone know how I can accomplish... (6 Replies)
Discussion started by: samd
6 Replies

6. Shell Programming and Scripting

Password is getting displayed

My shell script which runs on solaris has an execution in it. Contents of shell script BEGIN : Executable_filename username/password@DBinstance parameter2 parameter3 Contents of shell script END : When i launch the shell script, it connects to database to gets few details.. In the... (3 Replies)
Discussion started by: shafi2all
3 Replies

7. Shell Programming and Scripting

password getting displayed using sudo

Hi While doing the following command password is gettin dispalyed : ssh <host> "sudo command ; exit" .... while i type my password for 2nd its gettin displayed ... i tried stty -echo and stty echo ... still i am havin problem..:confused: (1 Reply)
Discussion started by: ningy
1 Replies

8. UNIX for Dummies Questions & Answers

How can i hide username/password

hi all, i run sqlplus command on unix(HP-UX) like "sqlplus username/password@serverA @deneme.sql" but when someone run "ps -ef | grep sqlplus", it can see my username and password :( How can i hide username and password. thanx. (1 Reply)
Discussion started by: temhem
1 Replies

9. Shell Programming and Scripting

ftp:Password field is displayed

I am trying to get a file by doing ftp to the server. The below script works fine but as I type password it is displayed as simple text. HOST='192.108.245.101' echo 'username: ' read USER echo 'password:' read PASSWD ftp -n $HOST <<END_SCRIPT quote USER $USER quote PASS $PASSWD lcd... (1 Reply)
Discussion started by: hiten.r.chauhan
1 Replies

10. Red Hat

grub splash screen not displayed

I re-installed grub on /dev/sdb on a 3ware raid machine and now the grub splash screen is not displayed when booting. Server when boots up comes and halt in the grub menu and I need to manually load kernel and initrd to get the machine up. I have not changed any grub setting. I used the command... (0 Replies)
Discussion started by: anil510
0 Replies
RULI(1) 						      General Commands Manual							   RULI(1)

NAME
srvsearch, sync_srvsearch, smtpsearch, sync_smtpsearch, httpsearch, sync_httpsearch, ruli-getaddrinfo - Sample programs for RULI Library (RFC 2782) SYNOPSIS
echo _service._protocol.nongnu.org | ruli-getaddrinfo echo _service._protocol.nongnu.org | srvsearch [ options ] echo _service._protocol.nongnu.org | sync_srvsearch [ options ] echo nongnu.org | smtpsearch [ options ] echo nongnu.org | sync_smtpsearch [ options ] echo nongnu.org | httpsearch [ options ] echo nongnu.org | sync_httpsearch [ options ] DESCRIPTION
This manual page documents briefly sample programs for the ruli(3) library. ruli is a library aimed at querying DNS SRV resource records. OPTIONS
For http searches, one can force the port number by specifying it as the first option. search Use the resolver search list defined in '/etc/resolv.conf'. need_ra Require RA (Recursion Available) bit in the name server answer. noinet Don't fetch IPv4 addresses. noinet6 Don't fetch IPv6 addresses. uri_port Assume the specified default port was forced by the user-supplied URI. nowalk Don't search addresses missing from the name server answer. nofall Don't launch fallback queries for addresses, if the SRV query fails. nosort6 Don't sort the address list to give preference to IPv6 addresses. EXAMPLES
echo _telnet._tcp.nongnu.org | ruli-getaddrinfo echo _smtp._tcp.nongnu.org | srvsearch search echo _smtp._tcp.nongnu.org | sync_srvsearch search noinet6 echo nongnu.org | smtpsearch noinet echo nongnu.org | sync_smtpsearch nowalk nofall echo nongnu.org | httpsearch noinet6 echo nongnu.org | sync_httpsearch 80 SEE ALSO
ruli(3) AUTHOR
This manual page was written by Everton da Silva Marques <evertonsm@yahoo.com.br>. October 08, 2004 RULI(1)
All times are GMT -4. The time now is 07:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy