View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > Shell builtin

From LQWiki

Jump to: navigation, search

A shell builtin (usually just builtin) is a command available through a shell, rather than being an independent executable file. Builtins include such things as cd and echo and much of the apparatus of job control and so on. They also include "help" which will display a list of builtins and can be used as help builtin for further information on that builtin.

Some builtins have the same name as independent files, such as the aforementioned "echo". The file can be accessed by providing the full path or by using the "enable" builtin to disable the builtin.

This article is a stub and needs to be finished. Plunge forward and help it grow!


Personal tools