echo $TMOUT
echo
$TMOUT
查看当前服务器登出时间,如果没有输出表示不会登出
1、修改:vim ~/.bash_profile
~/.bash_profile
2、设置TMOUT值
TMOUT=600 #
TMOUT= #
3、source ~/.bash_profile
3、source
参考:https://www.jb51.net/article/106385.htm