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.
About Me
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment