Linux Tip #7: Disable auto logout in C Shell (csh)

Run the “set autologout=[n]” command to enable or disable the autologout feature in C Shell (csh)

Setting autologout to “0″ will disable the autologout feature.

set autologout=0

The first line below will set the autologout period to 1 minute and the second line will be 5 minutes. If there is no activity for the set time, you will automatically be logged off from yoru C Shell (csh) session.

set autologout=1

set autologout=5

Leave a Reply

© 2008-2009 The Danesh Project
Powered by Wordpress and made by Guerrilla. Best viewed in Mozilla Firefox