In Unix, a shell builtin is a command or a function, called from a shell, that is executed directly in the shell itself, instead of an external executable program which the shell would load and execute.
staz@tokra:~/test$ type cd cd is a shell builtin staz@tokra:~/test$ type mkdir mkdir is /bin/mkdir
No page links to ShellBuiltinNotes.