只使用了 8 个 pts 文件
[root@home tmp]# who
root pts/2 2012-08-15 18:36 (:pts/1:S.0)
root pts/6 2012-08-21 16:36 (10.10.11.168)
root pts/3 2012-08-15 19:24 (:pts/1:S.1)
root pts/10 2012-08-15 21:04 (:pts/1:S.2)
root pts/14 2012-08-16 02:41 (:pts/1:S.3)
root pts/12 2012-08-17 09:14 (:pts/1:S.5)
hugemeow pts/9 2012-08-21 16:36 (10.10.11.168)
root pts/22 2012-08-21 22:26 (10.10.11.168)
但是目录/dev/pts/中有23个文件,怎么了?谁使用了其他 15 个文件?
[root@home tmp]# ls /dev/pts/ | wc -l
23
[root@home tmp]# ls /dev/pts
0 10 12 14 16 18 2 21 3 5 7 9
1 11 13 15 17 19 20 22 4 6 8
顺便说一句,现在我同时使用 screen 和 tmux 通过 ssh 客户端连接到我的远程服务器:)