Ad space (banner)
📡Networking Lessons
Lesson 3 / 39

Entering Privileged EXEC Mode with enable

When you want access to more commands, enable is the answer. It moves you from user EXEC mode into the more powerful privileged EXEC mode.

Just type enable on its own. If a password has been configured, you will be prompted for it.

After running enable, the prompt changes from Switch> (with >) to Switch# (with #), and a much wider range of commands — including configuration changes — becomes available.

A common stumble is failing to notice the prompt has changed to # and continuing to assume you are still in user EXEC mode. Always check the prompt symbol.

In real work, setting and managing the password for privileged EXEC mode (the enable password) is a fundamental part of securing your devices.

Networking
Try it (type this into the pseudo terminal)
enable

🧑‍💻 You can type this command into the Networking pseudo terminal to try it yourself (this page itself has no interactive terminal).

Ad space (banner)
Ad space (in-article)