![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to get the exit satus of a command which I executed in sftp prompt | Karteek | Shell Programming and Scripting | 2 | 04-09-2008 05:00 AM |
| Weird in Shell Prompt | bobbygsk | UNIX for Advanced & Expert Users | 6 | 01-31-2008 10:13 AM |
| shell specific prompt | dranNfly | UNIX for Dummies Questions & Answers | 3 | 04-27-2005 05:50 AM |
| prompt in sh shell | diegoe | UNIX for Dummies Questions & Answers | 1 | 12-30-2003 10:10 AM |
| No shell prompt? | Mufasa | UNIX for Dummies Questions & Answers | 2 | 02-14-2002 03:31 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Exit Shell Prompt after Pbrun
I have a script, which pbruns into another account.
I want to pbrun run into that account, and continue running all the commands in my script. But instead, it pbruns into the account, and just gives me a shell prompt.. and stops there. Only once i exit that shell prompt.. does it continue running the rest of the sciprt. I have tried to run a command with the pbrun command (e.g. pbrun su - useraccount2 whoami). But before it can execute the whoami command, it just gets stuck at the shell prompt. I have tried to run the command in the background (with the &), I have tried to pass it with -b, -c, but nothing seems to work. Any suggestions would be deeply appreciated! |
|||
| Google UNIX.COM |
| Forum Sponsor | ||
|
|