Saturday, August 20, 2016

How To fix the timeout Issues for the users in aix?

How To fix the timeout Issues for the users in aix?


Put the following in /etc/profile otherwise add it to users $HOME/.profile

TMOUT=10800

(or)

export TMOUT=10800 (the session will be not be closed for 3 (3*60*60) hour)


TIMEOUT=10800 (for bash)
TMOUT=10800 (for ksh)








If you happy with the above article, please leave your comments/reactions.