Home | Hindi | Kabir | Poetry | Workshop | BoloKids | Writers | Contribute | Search | Contact | Share This Page!                      Shop Online

  News
Channels
In Focus

Analysis  
Bolography  
Cartoons
Environment   
Opinion 

Columns
 Business
 My Word 
 PlainSpeak 
 Random Thoughts 
Our Heritage

Architecture
Astrology
Ayurveda
Buddhism
Cinema 
Culture
Dances
Festivals
Hinduism
History  
People  
Places 
Sikhism
Spirituality 
Vastu 
Vithika  

Society & Lifestyle

Family Matters 
Health
Parenting
Perspective 
Recipes
Society
Teens 
Women 

Creative Writings

Book Reviews
Ghalib's Corner
Humor
Individuality
Jagoji
Literary Shelf 
Love Letters  
Memoirs
Musings
Ramblings
Stories
Travelogues

Computing
  General Articles
 
CC++ 
  Flash 
  Internet Security 
 
Java 
 
Linux     
  Networking  

 

Computing | Linux 
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.     

– Ashwin Acharya
March 8, 2001

A New Beginning     
Linux - Let's Be Different
     
Hard Disk Partitioning    
Before you Install     
Installing Red Hat Linux 6.1 - 1   
Installing Red Hat Linux 6.1 - 2    
Installing Red Hat Linux 6.1 - 3     
Important Terms and Terminologies    
Lilo (Linux Loader)  
X-Windows   
Configuring X-Windows - 1   
Configuring X-windows - 2   

Computing
CC++ | Flash | Internet Security 
Java | Networking  

General Articles 

Top | Previous | Next 
 


 

Recommend This Page!

Analysis | Architecture | Astrology | Ayurveda | Book Reviews | Buddhism | Cartoons | Cinema | Computing | Culture | Dances
Environment | Fables | Family Matters | Festivals | Hinduism | Health | History | Home Remedies | Humor | Individuality | Jagoji
Literary Shelf | Memoirs | Musings | Opinion | Parenting | Perspective | Photo Essays | Places | Ramblings
Random Thoughts | Recipes | Sikhism | Society | Spirituality | Stories | Teens | Travelogues | Vastu | Vithika | Women

Home | Hindi | Bolography | BoloKids | Kabir | Poetry | Quotes | Workshop | Writers | Contribute | Search | Contact


Boloji.com is owned and managed by Boloji Media Inc

Privacy Policy | Disclaimer
No part of this Internet site may be reproduced without prior written permission of the copyright holder.