Quote: |
when a command is enterted how does it display the output on screen..... what is the internal working???
| I assume commands are nothing but C program, These executable are place under specific path.
Example : main,c Quote:
int main(){
printf("\n Linux Programmers Paradise\n");
return 1;
}
| Compile it move to pre-defined path
Now open any terminal and run the "command" called main.If You upload this "main" command to sites like sourceforge.net.If people find the software useful ,they will download your program and use it.
That's how open source works 
__________________
- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
|