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
How do I run a bash script?
How do I search for a file in unix command?
Can you enlist some commonly used network commands?
What does this command do? Cat food 1 > kitty
What is the search command in unix?
What does awk stand for?
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)?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What do know about tee command?
What does touch command do in unix?
How do I search a whole word in vim?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Which command is used to restrict incoming messages?
What are grep patterns?
How do you repeat a command in terminal?