RE: Nothing executes after system.

2004-03-05 Thread Hanson, Rob
--Original Message- From: Silky Manwani [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 1:30 PM Cc: [EMAIL PROTECTED] Subject: Re: Nothing executes after system. It doesn't wait for the password. I can see that it switches the user coz the prompt changes. But as you said , yes

Re: Nothing executes after system.

2004-03-05 Thread Silky Manwani
s, execute su, then close that process. Hope that helps. Rob -Original Message- From: Silky Manwani [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 1:16 PM To: [EMAIL PROTECTED] Subject: Nothing executes after system. Hello, @args = ("/usr/bin/su","sam"); sys

RE: Nothing executes after system.

2004-03-05 Thread Hanson, Rob
cess, execute su, then close that process. Hope that helps. Rob -Original Message- From: Silky Manwani [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 1:16 PM To: [EMAIL PROTECTED] Subject: Nothing executes after system. Hello, @args = ("/usr/bin/su","sam&qu

Nothing executes after system.

2004-03-05 Thread Silky Manwani
Hello, @args = ("/usr/bin/su","sam"); system(@args); print "hello"; Any idea why print never gets executed? So, the switch user takes place but nothing gets executed after that.. Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]