Linux enable Command
-- Learning is not just about technology, but also about dreams!
- Home
- HTML
- JavaScript
- CSS
- Vue
- React
- Python3
- Java
- C
- C++
- C#
- AI
- Go
- SQL
- Linux
- VS Code
- Bootstrap
- Git
- Local Bookmarks
Linux Tutorial
- Linux Tutorial
- Linux Introduction
- Linux Installation
- Linux Cloud Server
- Install Linux via WSL
- Linux System Boot Process
- Linux System Directory Structure
- Linux Forgot Password Solution
- Linux Remote Login
- Linux File Basic Attributes
- Linux File and Directory Management
- Linux User and User Group Management
- Linux Disk Management
- Linux vi/vim
- Linux yum Command
- Linux apt Command
Shell Tutorial
- Shell Tutorial
- Shell Variables
- Shell Passing Arguments
- Shell Arrays
- Shell Operators
- Shell echo Command
- Shell printf Command
- Shell test Command
- Shell Flow Control
- Shell Functions
- Shell Input/Output Redirection
- Shell File Inclusion
Linux Reference Manual
- Linux Command Manual
- Nginx Installation and Configuration
- MySQL Installation and Configuration
- Linux Quiz
Linux enable Command
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:
-nDisable the specified shell builtin command.-allDisplay 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
YouTip