thelma_vance has asked for the wisdom of the Perl Monks concerning the following question:
Problem:
Step 1: rlogin to a remote server.
Step 2: enter the command "ksu - qrq" where qrq is
not a supper user just a diffent user.
The script hangs because the script has lost focus.
Desired: After the "ksy - qrq" is executed then the the script executes "cd /cm/deliver/build; ls" returned information is a list of files.
Question: How should the script get focus after the "ksu - qrq" command.
Note: The server is a red hat 9 linux intell box.
Thanks in advance
Thelma
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: problem losing focus in terminal running rlogin
by Fletch (Bishop) on Apr 06, 2004 at 16:44 UTC | |
|
Re: problem losing focus in terminal running rlogin
by matija (Priest) on Apr 06, 2004 at 18:43 UTC | |
|
Re: problem losing focus in terminal running rlogin
by Anonymous Monk on Apr 06, 2004 at 16:39 UTC |