.gobump img{ border: 5px solid #ccc; float: left; margin: 15px; -webkit-transition: margin 0.5s ease-out; -moz-transition: margin 0.5s ease-out; -o-transition: margin 0.5s ease-out; border-radius: 5px 5px 5px 5px; } .gobump img:hover { margin-top: 2px; }

twitter

Tuesday, June 2, 2009

Ending a Linux Session: Logging Out

Once you have logged on to the system, your work session continues until you instruct the shell to terminal the session.

Typing exit or logout at the command prompt ends your current Linux session.

The system then displays the login: prompt on the screen.

In order to maintain the security of files, you should NEVER leave the terminal without logging out.

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 

Categories