mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-19 18:15:43 +02:00
16 lines
318 B
Markdown
16 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`
|