1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-24 19:24:14 +02:00

reload: add page (#17604)

This commit is contained in:
Managor 2025-08-16 06:18:22 +03:00 committed by GitHub
parent de933a5f99
commit fab44cc065
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages/cisco-ios/reload.md Normal file
View 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`