why unix commands can be divided into internal and external
commands?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / niranjan
Ankur ur right... internal commands dont invoke a child process to excute the command. and there by faster execution.
Where as external commands forked as child process...
| Is This Answer Correct ? | 0 Yes | 0 No |
hw will u use awk in replacing cahrs and files
What are grep patterns?
what are processor execution levels and priorities?
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
if we create a file, in that 10 rows(means 1,2,....9,10 like). i want 7 row exactly, which command use in unix? plz send this question.
What is the difference between udp and tcp?
distinguish between interrupts and exceptions?
How to setup sudo, only can use for particular date & time only ( for solaris10 )
Can you enlist some commonly used network commands?
What is a command and examples?
which script will invoke first ,when /etc/init.d starts
How to get the operating system's information in unix?