UNIX 网络编程第三版

第五章p102:

ps -t  pts/6 -o pid,ppid,tty,stat,args,wchan

在我的系统上运行时出现:TTY not found

linux发行版为mint17.1

改用 ps -t pts/2 -o pid,ppid,tty,stat,args,wchan后正常

原文地址:https://www.cnblogs.com/hustxujinkang/p/4489320.html