Anonymous

What Is External And Internal Command In Unix?

1

1 Answers

Anonymous Profile
Anonymous answered
Internal commands are the commands that are executed
directly by the shell. These commands will not have a
separate process running for each
External commands are the commands that are executed by the
kernal. These commands will have a process id running for
it.
Internal commands are stored in the cmd.exe command
interpreter, ex. Dir
External commands correspond to a .com or .cmd file, ex.

Answer Question

Anonymous