enable password Configuration Command
enable password CISCO Switch Command in Linux
Explanation
enable password command is used to change the existing password of the privileged mode.
Usage:
enable password <password>
Example:
HSCRIPTS#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
HSCRIPTS(config)#enable password hioxhiox
HSCRIPTS(config)#show running-config
Once the password is changed, run "show running-config" command to know whether the configuration has been modified. Inorder to make the change permanent, run "reload" command to reload the switch.
Note:To make any cofiguration changes, you need to log into 'configure terminal'.