![]() |
|
|
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 |
| Can we launch a shell script automatically upon ssh login? | rockysfr | UNIX for Advanced & Expert Users | 1 | 07-02-2007 11:48 PM |
| Use of sudoer with ssh login shell script (KSH) | rockysfr | UNIX for Advanced & Expert Users | 0 | 07-01-2007 12:28 AM |
| cannot login after changing login shell | hardesh | HP-UX | 4 | 09-14-2005 01:21 AM |
| remote-login via Shell-Script | Juergen Paepke | Shell Programming and Scripting | 1 | 10-18-2004 11:23 AM |
| remote login via shell script | lethe | UNIX for Dummies Questions & Answers | 4 | 05-12-2002 03:54 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
login from a shell script?????
Any help on this ..... its a bit urgent !!!!
Hi Can anybody provide info about the following??? i want to issue su (switch user) command from within a shell script how to take the password without user intervention from the shell script only???? i.e using apssword which is already stored ina variable within the shell script???? #!/usr/bin/sh PASSWORD="hello" su USER // Here the password should be read from $PASSWORD variable. Please tell me how it is possible?????? Thanks Last edited by skyineyes; 07-16-2007 at 05:20 AM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|