Friday, 22 April 2016

Internal vs. External commands


Internal commands are commands that are already loaded in the system. They can be executed anytime and are independent.
External commands are loaded when the user requests for them.

Internal commands don’t require a separate process to execute them.
External commands will have an individual process.

Internal commands are a part of shell while external commands requires a path.
If the files for the command are not present in the path, the external command won’t execute.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.