English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux enable 명령어

Linux 명령어大全

Linux enable 명령어는 shell 내장 명령어를 시작하거나 끄는 데 사용됩니다.

실행할 파일 이름이 shell 내장 명령어와 같다면, enable을 사용할 수 있습니다. -n를 사용하여 shell 내장 명령어를 끄기. 추가되지 않으면-n 매개변수, enable은 끄인 명령어를 다시 시작할 수 있습니다.

문법

enable [-n][-all][내장 명령어]

파라미터 설명

  • -n  지정된 shell 내장 명령어 끄기
  • -all  shell 모든 끄기와 시작 명령어 표시

온라인 예제

shell 내장 명령어 표시

# 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
eval 활성화
exec 활성화
exit 활성화
export 활성화
false 활성화
fc 활성화
fg 활성화
getopts 활성화
hash 활성화
help 활성화
history 활성화
jobs 활성화
kill 활성화
let 활성화
local 활성화
logout 활성화
mapfile 활성화
popd 활성화
printf 활성화
pushd 활성화
pwd 활성화
read 활성화
readarray 활성화
readonly 활성화
return 활성화
set 활성화
shift 활성화
shopt 활성화
source 활성화
suspend 활성화
test 활성화
times 활성화
trap 활성화
true 활성화
type 활성화
typeset 활성화
ulimit 활성화
umask 활성화
unalias 활성화
unset 활성화
wait 활성화

Linux 명령어大全