八、检查当前的提示符是否处于screen的session中:
按ctrl,再按a,再按t 此时,在左下角会显示:“22:45:06 Mar 19 rhel63single 0.00 0.00 0.00” 字样 格式为:当前时间,日期,主机名,负载情况
九、杀掉screen中的其他session
[root@rhel63single ~]# kill -9 5850
[root@rhel63single ~]# screen -ls
There is a screen on:
5850.lei2 (Dead ???)
Remove dead screens with 'screen -wipe'.
1 Socket in /var/run/screen/S-root.
[root@rhel63single ~]# screen -wipe
There is a screen on:
5850.lei2 (Removed)
1 socket wiped out.
No Sockets found in /var/run/screen/S-root.
[root@rhel63single ~]# screen -ls
No Sockets found in /var/run/screen/S-root.
[root@rhel63single ~]#
然后,被杀掉的session 有提示:
[root@rhel63single ~]# Suddenly the Dungeon collapses!! - You die... [root@rhel63single ~]#