why unix commands can be divided into internal and external
commands?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is command statement?
What difference between cmp and diff commands?
what is the difference between npar and vpar in HP-UX?
Why is grep called grep?
their is a file1,file2 and i want to append file1 data to file2?
What is awk good for?
How do I use grep to search for a file?
Why is awk called awk?
How can you copy files or directories?
what is the command to list all files in a directory, including the hidden files in UNIX ?
Which mode is used for allowing file write,read and append mode?
How can i know my Filesystem and its current usage in my prod UNIX system?