YouTip LogoYouTip

Linux Comm Enable

Linux enable Command

Linux enable Command

-- Learning is not just about technology, but also about dreams!

Linux Tutorial

Shell Tutorial

Linux Reference Manual

Linux enable Command

Linux Command Manual Linux Command Manual

The Linux enable command is used to enable or disable shell builtin commands.

If the file to be executed has the same name as a shell builtin command, you can use enable -n to disable the shell builtin command. Without the -n parameter, enable can re-enable a disabled command.

Syntax

enable 

Parameter Description:

  • -n Disable the specified shell builtin command.
  • -all Display all disabled and enabled shell commands.

Examples

Display shell builtin commands

# enable //display shell commands
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

Linux Command Manual Linux Command Manual

← Jsref FilterJsref Filter β†’