首页 > 系统服务 > 详细

AIX上报:“Shell will time out in 60 seconds” 解决办法

时间:2018-03-05 10:50:41      阅读:188      评论:0      收藏:0      [点我收藏+]
  本篇文章主要介绍了"AIX上报:“Shell will time out in 60 seconds” 解决办法",主要涉及到AIX上报:“Shell will time out in 60 seconds” 解决办法方面的内容,对于AIX上报:“Shell will time out in 60 seconds” 解决办法感兴趣的同学可以参考一下。

原因:

  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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!