Skip to main content

Logging in and Logout on Linux

So, this time if you have installed linux on your computer, it is very easy to logging in and logout in how your computer. The following means logging in and logout on linux:

logging in
When you complete installing Linux and booting the system you should see a login prompt on your monitor. When you did your Linux install you should have set a root password. You may have also created a user with a password. Therefore to log in, you will want to type the name of a user or "root" for the login name and enter the appropriate password. If you logged in as a normal user and know the root password and want to use administration commands, you may use the command "su" to become a "super user". Some systems also support the "sudo" command, which allows administrative privileges on a command by command basis.

Logging out
Use the command "logout" to exit a given session. If you have logged in, then typed "su" to become a superuser or another user, you may need to type "exit" until your SHLVL environment value is 1. Then you can type "logout" to exit your session. The "exit" command will take you back to previous shell levels.

well, that's the way for logging in and logout on linux in your computer. how? easy is not the way, if there is still not understanding please ask away .. ok good luck ..

Comments

  1. Amazing blog and very interesting stuff you got here! I definitely learned a lot from reading through some of your earlier posts as well and decided to drop a comment on this one!

    ReplyDelete

Post a Comment

Popular posts from this blog

The Linux Operating System Section

The Linux Operating System Section - This section contains a large amount of tutorials and information about Linux. I present a form that allows you to read it and do not need hard to find. some of you may already have heard of linux, some stories Linux users, who generally do their own install and configuration of the system, are more likely to understand the technology than users of Microsoft Windows or Mac OS. They are often called hacker or geek. But the stereotype is increasingly reduced with increasing user-friendly nature and the growing breadth of Linux distribution users. Linux has made a pretty good achievement in the server computer market and special-purpose computer, such as image rendering engine and a web server. Linux is also gaining in popularity in the desktop computer market.well to more clear about the linux operating system I will explain. Linux is a principle to a combination of LAMP-server program, short for Linux, Apache, MySQL, Perl / PHP / Python. LAMP has...

Understanding Application Computer Technology

Understanding Application Computer Technology It is very important that you can learn a lot about application or app. in my post about Understanding of Operating System Computer Technology I hope you have understanding who is only little.. May be you have ever heard about using an application or app . An application (or app ) is a type of software that allows you to perform specific tasks. Applications for desktop or laptop computers are sometimes called desktop applications , and those for mobile devices called mobile apps .

Basic Linux Commands for The Young

Basic linux commands for The Young - Just as when you type a command at the DOS command line or command line in Linux is also typed at the prompt and end enter to execute the command. The command line is a more efficient way to do any work therefore Linux users still rely on this method to work. We recommend that the young should know and at least once used this command line because someday the knowledge of these commands can be very necessary.the basic commands linux system maybe some of you already know, if of you who do not know well in the following basic commands linux is very complete and I collated. Linux Commands : cat : Sends file contents to standard output. This is a way to list the contents of short files to the screen. It works well with piping. Sends the contents of the ".bashrc" file to the screen. ex: cat .bashrc   cd : Change directory - cd /home = Change the current working directory to /home. The '/' indicates relative to root, and no matte...