Linux bash内置命令集

Posted 小a玖拾柒

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux bash内置命令集相关的知识,希望对你有一定的参考价值。

man cd  -->查询不到,所以会提示bash的内置命令

 . 
 alias
 bg
 bind
 break
 builtin
 caller
 cd
 command
 compgen
 complete
 compopt
 continue
 declare
 dirs
 disown
 echo
 enable
 eval
 exec
 exit
 export
 false
 fc
 fg
 getopts
 hash
 help
 history
 jobs
 kill
 let
 local
 logout
 mapfile
 popd
 printf
 pushd
 pwd
 read
 readonly
 return
 set
 shift
 shopt
 source
 suspend
 test
 times
 trap
 true
 type
 typeset
 ulimit
 umask
 unalias
 unset
 wait  -  bash  built-in commands
 see bash(1)

以上是关于Linux bash内置命令集的主要内容,如果未能解决你的问题,请参考以下文章

linux shell 内置命令的作用,存放在哪里

-bash: /usr/bin/ls: /lib64/ld-linux-x86-64.so.2: bad ELF interpreter: No such file or directory(代码片段

Linux bash基础特性二

Linux操作系统基础解析之——Bash(Shell)基础知识

Bash基础——内置命令

linux shell bash 内置变量参考