This article mainly describes the "Aix escalation:" Shell will time out in the seconds "solution", mainly related to Aix escalation: "Shell will time out in the seconds" solution, for the AIX escalation : "Shell will time out in seconds" solution interested students can refer to.
Reason:
Tmout definition of environment variable on AIX: Automatic logout include in export line of uncommented.
For example: Set the environment variable: tmout=10, after the user logs on, the operating system detects that the user has not entered any commands for 10 seconds, the popup string "Shell will time out in seconds" reminds the user. If the user does not enter within 60 seconds, the system forces the login shell to exit.
Solve:
User logon Call Environment file order:/etc/profile/etc/environment and $home/.profile files. Find the settings for the environment variable tmout in the $home/.profile and/etc/profile files, and then comment on the presence.
Aix escalation: "Shell would time out in seconds" workaround