mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-21 18:44:08 +02:00
17 lines
281 B
Markdown
17 lines
281 B
Markdown
![]() |
# write
|
||
|
|
||
|
> Write data to memory.
|
||
|
> More information: <https://www.oreilly.com/library/view/cisco-ios-in/0596008694/re869.html#book-content>.
|
||
|
|
||
|
- Write current configuration to memory:
|
||
|
|
||
|
`write memory`
|
||
|
|
||
|
- Delete the configuration in memory:
|
||
|
|
||
|
`write erase`
|
||
|
|
||
|
- Display help:
|
||
|
|
||
|
`write ?`
|