mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-19 17:55:41 +02:00
17 lines
318 B
Markdown
17 lines
318 B
Markdown
![]() |
# reload
|
||
|
|
||
|
> Control reboot behavior.
|
||
|
> More information: <https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/command/reference/fund/n5k-fund-cr/n5k-fund_cmds_r.html#reload>.
|
||
|
|
||
|
- Reboot the system:
|
||
|
|
||
|
`reload`
|
||
|
|
||
|
- Reboot after `n` seconds:
|
||
|
|
||
|
`reload in {{n}}`
|
||
|
|
||
|
- Cancel pending reboots:
|
||
|
|
||
|
`reload cancel`
|