This is a discussion on How to achieve this within the Shell Programming forums, part of the Operating Systems category; I do not want to end the telnet session I started but I want to suspend the current telnet session.How ...
You can type "^Z" (control-z) to suspend the current telnet session. The command is then waiting for you to resume. In this time you get a shell prompt and can issue any command.