To Index

 See the UNIX Programmers Manual or via % man csh 


 % logout
  will cause termination of the current terminal session. Just as the
  login command processes a .login file, logout will process a file
  named ~/.logout (if it exists).
     Note that a non-standard way of logging off is login!

To Index