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

Saving with write memory (the Short Form)

When typing copy running-config startup-config every time feels long, use write memory. It saves the current configuration to startup-config with exactly the same effect.

The syntax is write memory. In the field it is very commonly shortened even further, to just wr.

Running write memory saves the current configuration just like copy running-config startup-config, so it persists across reboots.

A common stumble is mistyping write into a different command (such as write erase) and destroying the configuration instead. Short forms demand careful typing.

In real work, the three keystrokes wr after every change are practically a ritual — quick to type, and everyone does it.

Networking
Try it (type this into the pseudo terminal)
write memory

🧑‍💻 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)