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
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