why unix commands can be divided into internal and external
commands?
Answer Posted / 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 View All Answers
What is the use of egrep command in unix?
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
What is updatedb?
What is the functionality of a top command?
Is grep faster than awk?
How do I search a whole word in vim?
Which command can you use to find the currently running process in unix server?
What is the size of time_t?
What is the use of sed command in unix?
Explain ‘library functions’ with respect to unix commands?
How does pipe () work?
Which command is used to delete all files in the current directory and all its sub-directories?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
How many unix commands are there?
Who wrote grep?