why unix commands can be divided into internal and external
commands?

Answers were Sorted based on User's Feedback



why unix commands can be divided into internal and external commands?..

Answer / shaili

External- It is a compiled executable of a program.Shell
executes it.

Internal- Built in shell.Faster in execution.

Internal commands provides more flexibility and better
management. But, if all commands are internal, shell will
become larger and less responsive.

Is This Answer Correct ?    16 Yes 1 No

why unix commands can be divided into internal and external commands?..

Answer / ankur

Internal command are built in commands in shell & shell
shell doesn't start a separate process to run internal
commands where as external command require the shell to
fork and exec a process which may take some time on a busy
system

Is This Answer Correct ?    7 Yes 0 No

why unix commands can be divided into internal and external commands?..

Answer / niranjan

Ankur ur right... internal commands dont invoke a child process to excute the command. and there by faster execution.

Where as external commands forked as child process...

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

boot process?

2 Answers   Atos Origin, Wipro,


Which command is used to restrict incoming messages?

0 Answers  


Explain how to use grep command to list find the records of a file containing 10 different strings?

0 Answers  


Can a process kill itself in UNIX/or in its various versions?

2 Answers  


what is the difference between npar and vpar in HP-UX?

1 Answers   CSC,






How many unix commands are there?

0 Answers  


What is the significance of the 'tee' command?

0 Answers  


What is the difference between cat and more command?

0 Answers  


How to get a particular string as your prompt ? Give syntax of that command?

3 Answers  


What does the command '$ls | wc –l > file1' do?

0 Answers  


what is the default signal kill in unix?

8 Answers   IBM,


what do you understand bythe term 'de-mountable volumes'?

2 Answers   Infosys,


Categories