Linux command
builtin 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Run
builtin cd [/path]
Check
type cd
说明
builtin forces the shell to run a built-in command even if a function or alias with the same name exists. It's a bash built-in command used to bypass shell functions and aliases to access the original built-in implementation. The command is useful when functions or aliases shadow built-in commands.
FAQ
What is the builtin command used for?
builtin forces the shell to run a built-in command even if a function or alias with the same name exists. It's a bash built-in command used to bypass shell functions and aliases to access the original built-in implementation. The command is useful when functions or aliases shadow built-in commands.
How do I run a basic builtin example?
Run `builtin cd [/path]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more builtin examples?
This page includes 2 examples for builtin, plus related commands for nearby Linux tasks.