Linux enable命令
Linux enable命令用于啟動(dòng)或關(guān)閉 shell 內(nèi)建指令。
若要執(zhí)行的文件名稱與shell內(nèi)建指令相同,可用enable -n來(lái)關(guān)閉shell內(nèi)建指令。若不加-n參數(shù),enable可重新啟動(dòng)關(guān)閉的指令。
語(yǔ)法
enable [-n][-all][內(nèi)建指令]
參數(shù)說(shuō)明:
- -n 關(guān)閉指定的shell內(nèi)建指令。
- -all 顯示shell所有關(guān)閉與啟動(dòng)的指令。
實(shí)例
顯示shell內(nèi)置命令
# enable //顯示shell命令 enable . enable : enable [ enable alias enable bg enable bind enable break enable builtin enable caller enable cd enable command enable compgen enable complete enable compopt enable continue enable declare enable dirs enable disown enable echo enable enable enable eval enable exec enable exit enable export enable false enable fc enable fg enable getopts enable hash enable help enable history enable jobs enable kill enable let enable local enable logout enable mapfile enable popd enable printf enable pushd enable pwd enable read enable readarray enable readonly enable return enable set enable shift enable shopt enable source enable suspend enable test enable times enable trap enable true enable type enable typeset enable ulimit enable umask enable unalias enable unset enable wait
更多建議: