Thursday, May 19, 2016

How to fix: Cannot grab required information(TMOUT) from /etc/profile

[PROBLEM]
Cannot grab required information(TMOUT) from /etc/profile

[FIXED]
Edit file /etc/profile, add following line to end of file.

vi /etc/profile

# set a 5 min timeout policy for bash shell
TMOUT=300
readonly TMOUT
export TMOUT


Share this

0 Comment to "How to fix: Cannot grab required information(TMOUT) from /etc/profile"

Post a Comment