Originally posted by: Mike_Grove
How can you resume a tty connection that is still alive after you loose your connection to the AIX server.
For example, if you are logged into a server and ssh to another server, but you loose your session (putty or xwindows).
After loggin back in, I can see that my process is still alive from the "w" command...
tty login@ idle JCPU PCPU what
pts/13 08:41AM 4:45 0 0 /usr/bin/ksh
and the fuser command shows the pids:
fuser /dev/pts/13
/dev/pts/13: 1024092 1134652 1486976
ps -ef |grep 1024092
root 1486976 1024092 0 09:43:51 pts/13 0:00 ssh <hostname>
Is there any way to resume that pts/13
#AIX-Forum