mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-24 09:44:09 +02:00
reload: add page (#17604)
This commit is contained in:
parent
de933a5f99
commit
fab44cc065
1 changed files with 16 additions and 0 deletions
16
pages/cisco-ios/reload.md
Normal file
16
pages/cisco-ios/reload.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue