Computer Science Fundamentals
Operating Systems
Subjective
Mar 12, 2013
What is difference between external command and internal command in UNIX?
Detailed Explanation
In UNIX system, external commands resides in computer disks.
For ex- /bin/ls is an external command.
On other hand, internal command are built into the shell program.
For ex- exit is an internal command.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts