Thursday, March 8, 2012

Difference Between External and Internal Command in Linux


Linux commands can be broadly classified into Internal and External commands.

Internal commands are those commands which are shell built-in commands. These commands are loaded at the time of booting. Shell does not start separate process to run this commands.

Example: cd , pwd , echo etc.


External commands are those command which are stored as a separate binaries. Shell starts separate

0 comments:

Post a Comment