Computing

Important Terms & Terminologies

  1. root
    root is God. He controls all on a linux system. If you are the root user on a Linux system, it means that you can do anything required. You can enter other people's account, change files and all. You can also do maximum harm to your system, as there is no delete prevention etc. Hence it is better to work as a normal user than as root. Hence we generally make many user accounts, which have only limited powers. However only the root can do some jobs like installation of software etc.

    The root is also can as the superuser or 'su'.  
       

  2. Ctrl - alt -del
    Also called the three-finger salute. It is used for rebooting. The moment you press these three keys, Linux automatically shuts down all systems and reboots irrespective of the programs open.  
       

  3. Alt-F1, alt-f2...alt-f6
    In Linux we have various terminals on each machine. You can open a new login on each terminal. Each terminal will behave like a new computer.
      

  4. halt
    Used for system shutdown. In ATX machines this will close all systems and turn off the CPU.
       

  5. ls
    The command most often used in Linux. 'ls' provides a directory and file listing in the given directory. There are various parameters such as 'ls -al' which provides a detailed version of stuff in that folder. For further help type 'man ls'. It is equivalent to the 'dir' command in dos.
      

  6. cd (name) - change directory
    mkdir (name) - make directory
    rmdir (name) - remove directory, only possible if the directory contains only files. 
    rm (filename) - removes the file from the folder. Can be done only if you have write permissions (We shall discuss permissions later)
       

  7. startx
    Starts X-Windows along with the Window - manager you have chosen.
      

  8. man (command)
    The most important command for newbies. References the manual page for that command. The manual page gives detailed information about each command, its uses, parameters etc. However, these manual pages are written by programmers themselves, and hence tend to be a little complicated. Hence I am here to help you out.
       

  9. kill
    The kill command is used to terminate processes that can't be stopped by other means. This happens very rarely.
       

  10. pico filename
    Invokes the text editor 'pico' and opens the given file. If the file is not present, then a new one will be created.
       

  11. useradd (username)
    This can be carried out only when logged in as root. It will create a new user by the given name.
      

  12. passwd (username)
    Changes the password for the given user. You can change the passwd for another user only if you are root. Change your own password by typing only passwd.     

08-Mar-2001

More by :  Ashwin Acharya

Top | Computing

Views: 3433      Comments: 1



Comment Absolute work of art!!!!!!! I read it twice. I thoroughky enjoyed it.
Keep uo the EXCELLENT WORK

Patrick in Florida, USA

Patrick Whitaker
09-Jul-2012 23:25 PM




Name *

Email ID

Comment *
 
 Characters
Verification Code*

Can't read? Reload

Please fill the above code for verification.