linux auto logout setting Posted on 2008-12-27 | In linux 如果是针对所有用户,则修改/etc/profile文件。 cd vi .profile# user will be auto logout after 300 seconds.export TMOUT=300