hello

Welcome to Shellcoder.in.

Welcome to Shellcoder.in. This site provides you with free Tutotial of many Technologies from our vast database which is updated on a regular basis. With our intensive indexing, you can find just the tutorial you were looking for. Moreover, this is absolutely free. You do not even need to sign up to view these tutorials. So, begin your searching and learning now.

Setting user logout time

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
# User specific aliases and functions
TMOUT=60
save and exit
login as user in cli terminal and enjoy the magic

Setting user logout time

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
# User specific aliases and functions
TMOUT=60
save and exit
login as user in cli terminal and enjoy the magic