why unix commands can be divided into internal and external
commands?
Answer Posted / shaili
External- It is a compiled executable of a program.Shell
executes it.
Internal- Built in shell.Faster in execution.
Internal commands provides more flexibility and better
management. But, if all commands are internal, shell will
become larger and less responsive.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What is the command to compare two files in unix?
What are file commands?
Describe the zip/unzip command using gzip.
What difference between cmp and diff commands?
What is grep r?
Differentiate cat command from more command.
What is the functionality of a top command?
How does the system know where one command ends and another begins?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is difference between grep and find command in unix?
What are bash commands?
What does the “echo” command do?
What is the first character of the output in ls l command?
What do know about tee command and its usage?
What does pipe () return?