What is the difference between internal and external
commands?

Answers were Sorted based on User's Feedback



What is the difference between internal and external commands? ..

Answer / naveen badam

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.

Is This Answer Correct ?    314 Yes 41 No

What is the difference between internal and external commands? ..

Answer / preeti rajashekhar kottalagi

Internal commands are stored in the cmd.exe command
interpreter, ex. Dir
External commands correspond to a .com or .cmd file, ex.
Robocopy

Is This Answer Correct ?    144 Yes 44 No

What is the difference between internal and external commands? ..

Answer / rajni

INTERNAL COMMAND IS EASILY EXECUTED BY USER
EXTERNAL COMMANDS IS NO EASILY USE BY USER

Is This Answer Correct ?    92 Yes 48 No

What is the difference between internal and external commands? ..

Answer / pravendra singh

Shell does not start a seperate process to run "Internal
command".
while "External command" required shell to fork exec a new
process.

Is This Answer Correct ?    67 Yes 23 No

What is the difference between internal and external commands? ..

Answer / roushan prasad

The commans of Dos are programmed in a
command file named 'command.com'
....
while some commands are not programmed
into this command file; i dont knw y
the commands that are programmed into the
command.com file are referred to as internal
Dos commands while those dat are not listed
in command.com file are referred to as
External Dos commands and they requires
additional file to process them while internal
commands doesnt require any additional file

Is This Answer Correct ?    41 Yes 14 No

What is the difference between internal and external commands? ..

Answer / vikas negi

all the internal commands are build in the shell and they
are stored in shell. they all are like DOS commands these
commands are executed by the shell.

all external commands are binary in it self external
commands are can be removed by the user and these commands
are executed by the kernal.

Is This Answer Correct ?    47 Yes 21 No

What is the difference between internal and external commands? ..

Answer / kasam

in MS-DOS there are two ways commands are executed. An Internal command, which is a command embedded into the command.com file, and an external command, which is not embedded into command.com and therefore requires a separate file to be used.

For example, if your computer does not have fdisk.exe and you try using the fdisk command, you would receive an error "Bad command or file name." Fdisk is an external command that will only work if fdisk.exe, or in some cases, fdisk.com, is present.

However, as long as MS-DOS is running on your computer internal commands such as the cd command will always be available and does not require any other files to run.

Is This Answer Correct ?    37 Yes 16 No

What is the difference between internal and external commands? ..

Answer / ali

internal commands that are executed directly by shell

Is This Answer Correct ?    9 Yes 6 No

What is the difference between internal and external commands? ..

Answer / jitesh kumar

Internal command are those command which is executed by the command.com or external command are those command which is not executed by command.com

Is This Answer Correct ?    5 Yes 3 No

What is the difference between internal and external commands? ..

Answer / raulli ranswal

those command's who's predefind on command.sys are internal command.

external was opposite of internal..

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Unix AllOther Interview Questions

does the stat() function call use the inode of the file to generate the information about a file? what is inode mostly used for?

1 Answers   HP,


why do you need to have a swap file system?

1 Answers  


how can you say that unix operating system provides more security than other operating systems.

1 Answers  


If Media Server fails. What are the steps to be followed? Can anyone please reply for this question Thanks, Ganesh

0 Answers   HCL, IBM,


Explain iostat, vmstat and netstat.

2 Answers  






What are permissions in UNIX?

5 Answers   BMC, University,


how to raise a suncase?pls explain step by step?

0 Answers   CGI,


The UNIX shell is.... a).does not come with the rest of the system b).forms the interface between the user and the kernal c) does not give any scope for programming d) deos not allow calling one program from with in another e) all of the above

2 Answers   IBM,


I am trying to unmount a remote file system,but I do not unmount that file system.How can i know the user name (i.e.,user who is using that file system).....write the command with argument

2 Answers  


Have you used VI editor?

1 Answers   BMC,


in unix how to change old name to new name

5 Answers  


How do you execute a UNIX command in the background?

2 Answers  


Categories