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 do chmod, chown, chgrp commands do?
What does this command do? Cat food 1 > kitty
What is awk good for?
why metadb requires a seperate slice to create Solaris volume manager
What is awk command used for?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Name the general commands in using unix os for a beginner?
What is nr in awk command?
What is the use of awk command in unix?
What is merge command in unix?
What is the use of cut command in unix?
What is grep r?
What does awk stand for?
What is the difference between cat command and more command?
What does the command ' $who | sort –logfile > newfile' do?