1836640 Members
1942 Online
110102 Solutions
New Discussion

reboot

 
SOLVED
Go to solution
cbozlagan
Regular Advisor

reboot

is reboot statement enought for safe rebooting the system?

Or which statement must I use for safe rebooting?

Thanks
2 REPLIES 2
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: reboot

Hi,

# shutdown -r -y now
-r reboot

Regards,
Robert-Jan
cbozlagan
Regular Advisor

Re: reboot

Ok