phobia has asked for the wisdom of the Perl Monks concerning the following question:
That wouldn't work, and niether would.#!/usr/bin/perl system "su - bob"; print "password";
That and I Have one more question, how do I set it up, so that whenever a password is being entered, that it is changed to ****? THanks in advance#!/usr/bin/perl system "su - bob"; system "password";
20040904 Edit by castaway: Changed title from 'su question'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Running as Another User
by Fletch (Bishop) on Sep 03, 2004 at 02:13 UTC | |
|
Re: Running as Another User
by etcshadow (Priest) on Sep 03, 2004 at 07:09 UTC | |
|
Re: Running as Another User
by phobia (Sexton) on Sep 03, 2004 at 02:45 UTC |