原因:
AIX上环境变量TMOUT 定义:Automatic logout include in export line of uncommented.
例如:设置该环境变量:TMOUT=10,则用户登录之后,操作系统检测该用户10秒钟没有输入任何命令,则弹出字符串“Shell will time out in 60 seconds”提醒用户。如果在60秒之内用户还是没有输入,则系统强制退出该登录SHELL。
解决:
用户登录调用环境文件顺序:/etc/profile /etc/environment 和$HOME/.profile 文件。查找$HOME/.profile和/etc/profile文件中是否存在环境变量TMOUT 的设置,存在则注释。
AIX上报:“Shell will time out in 60 seconds” 解决办法
原文地址:http://blog.51cto.com/sf1314/2082956