Scunningham99
Programmer
have just created an executable file as a test to print out directory structure ie
!#/bin/ksh
ls -R /user01 lsi /simon.bat
---
This works fine but when the directory listing has finnished
the rsh command is still there doing nothing. i need it to quit out of the rsh on the server that kicked the rsh off!!!
This is only a test as in one of our backup scripts on server A at the bottom once it has finnished i am telling it to kick off a backup script on server b, which it does so fine, but does not quit out of the rsh, and subsequently left the rsh command running (idle) on server A.
!#/bin/ksh
ls -R /user01 lsi /simon.bat
---
This works fine but when the directory listing has finnished
the rsh command is still there doing nothing. i need it to quit out of the rsh on the server that kicked the rsh off!!!
This is only a test as in one of our backup scripts on server A at the bottom once it has finnished i am telling it to kick off a backup script on server b, which it does so fine, but does not quit out of the rsh, and subsequently left the rsh command running (idle) on server A.