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 size of time_t?
What is the command to find maximum memory taking process on the server?
Which command is used to restrict incoming messages?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What will the following command do?
What is .sh file?
Who command in unix?
What is the difference between awk and grep?
Give the command for finding the current date.
How many unix commands are there?
Which command is used to find whether the system is 32 bit or 64 bit?
Can you enlist some commonly used network commands?
Explain command to display different lines that are found when compare two files?
How do I open a port?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?