Thursday, September 17, 2015

Set terminal connection time out (TMOUT TIMEOUT) on AIX

# vi /etc/security/user

# set a 60 min timeout policy for bash shell
TMOUT=3600;
TIMEOUT=3600;
readonly TMOUT TIMEOUT;
export TMOUT TIMEOUT;

No comments:

Post a Comment