why unix commands can be divided into internal and external
commands?
Answer Posted / 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 |
Post New Answer View All Answers
What is the command to compare two files in unix?
How can we use grep command in unix?
What is grep in bash?
Describe the usage and functionality of the command rm –r * in unix?
What is merge command in unix?
What is the comma to show the space allocation of files?
Who invented grep?
What is time_t?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
why metadb requires a seperate slice to create Solaris volume manager
What is “chmod” command?
Does cp command overwrite files?
How do I search a whole word in vim?
How do I use grep to search for a file?
What do know about tee command?