In Unix, how can I get a command to execute when I log out?
If you use the csh, tcsh, or bash
shell, you can create a file in your home directory that
contains commands that you want executed when you log off (i.e.,
immediately after you enter exit or logout).
If you use csh or tcsh, create a file called
.logout. If you use bash, create a file
called .bash_logout. In the file, put the commands you
wish to have executed upon logging out.
Use this feature with care. If your .logout file is
lengthy or contains errors and you leave a public terminal before
verifying that the file is done executing, an unscrupulous user could
gain access to your account by interrupting its execution.
Note: This function is distinct from cron, which can perform actions at particular dates and times while you are logged out.
At Indiana University, to get support for personal or departmental Linux or Unix systems, see At IU, how do I get support for Linux or Unix?
Also see:
Last modified on August 22, 2008.






