How to set logout time for user in CLI mode
go to user's .baserc file and write TMOUT=60 save and exit
example......
[root@dinesh]#vi /home/dhiman/.baserc
exmple
# .bashrc
...
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
go to user's .baserc file and write TMOUT=60 save and exit
example......
[root@dinesh]#vi /home/dhiman/.baserc
exmple
# .bashrc
...
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
TMOUT=60
save and exit
login as user in cli terminal and enjoy the magic
TMOUT=60
save and exit
login as user in cli terminal and enjoy the magic













