Tuesday, July 22, 2008

Unix questions and answers

Que - How shell "builtin" commands are different from regular commands ?

Ans - "builtin" -- means the shell implements the call instead of calling an external program. It does not have anything to do with kernel/user space. It saves process creation overhead and makes the shell script run more efficiently.

No comments: