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 will the following command do?
What does find command return in unix?
What does the md command do?
What is the difference between cat and more command?
Differentiate cmp command from diff command.
What do chgrp command do?
What is the use of sed command in unix?
What is the use of finger command?
What command is used to switching between users in unix?
Why is it called a shebang?
What does #!/ Bin sh do?
Which unix command to make a new directory?
What does the command ' $who | sort –logfile > newfile' do?
What are the general commands in using unix os for a beginner?
What is grep r?