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 does the command '$ls | wc –l > file1' do?
How do I search a whole word in vim?
What is grep command in unix with examples?
Which command should you use to find the remaining disk space in unix server?
What is grep in bash?
What are the general commands in using unix os for a beginner?
Is command prompt unix?
Which unix command lists files/folders in alphabetical order?
What is command substitution?
What is the command to find maximum memory taking process on the server?
What is {} in find command?
What is the first character of the output in ls l command?
Can you enlist some commonly used network commands?
How do I delete files from command prompt?
Enlist some filename manipulation commands in unix.