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 is the advaantage of each user having its own copy of the shell?
What is the function of grep command in unix?
Why is it called a shebang?
What are file commands?
How to use grep command to list find the records of a file containing 10 different strings?
What do chgrp command do?
How many unix commands are there?
What is the use of the command 'ls -x chapter[1-5]' ?
What is in grep command?
What is nr in awk command?
What is grep in bash?
What is the use of egrep command in unix?
What does #!/ Bin sh do?
What is the use of find command in unix?