9
오늘 내 상자를 재부팅해야했습니다. tmux 세션에서 여러 프로그램을 실행했습니다. 그들은 아직 살아있는 것 같아. 어떻게 내가 그들에게 다시 붙일 수 있니? tmux a processID
을 시도했지만 작동하지 않았습니다.tmux 프로세스에 어떻게 다시 연결할 수 있습니까?
/home/me 21$ ps aux | grep tmux
me 1299 0.0 0.0 22244 1920 ? Ss Apr28 0:40 tmux -2 -f /tmp/r-plugin-me/tmux.conf new-session -s vimrpluginme1398670569alnn51oynp1vollnn51f2v4r_ied_delta1meRalphaCalibr VIMINSTANCEID=alnn51oynp1vollnn51f2v4r_ied_delta1meRal
me 2575 0.0 0.0 54164 3500 ? S 07:35 0:00 xterm -e tmux -2 -f /home/me/.tmux.conf -S /tmp/vX0qRrR/78
me 2577 0.0 0.0 19892 1400 pts/2 Ss+ 07:35 0:00 tmux -2 -f /home/me/.tmux.conf -S /tmp/vX0qRrR/78
me 2579 0.0 0.0 22128 1832 ? Ss 07:35 0:00 tmux -2 -f /home/me/.tmux.conf -S /tmp/vX0qRrR/78
me 5155 0.0 0.0 6380 756 pts/4 S+ 07:46 0:00 grep tmux
me 31340 0.0 0.0 23348 3000 ? Ss Apr28 0:17 tmux -2 -f /home/me/.tmux.conf -S /tmp/vIqEM06/78
'tmux' 세션이 다른 컴퓨터에서 실행되고 있다고 가정합니다. 실행중인 컴퓨터가 재부팅되는 과정에서 어떻게 살아남는 지 알 수 없기 때문입니다. – chepner