1836762 Members
2625 Online
110109 Solutions
New Discussion

Re: 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