Manfred Polak wrote:
> 
> >The easiest way is to login, or become, root and issue the shutdown
> >command. The su command will give you root access.
> >
> >$ shutdown -r now
> >
> >will reboot the system.
> 
> Is there any difference between  $ shutdown -r now
> and  $ reboot ?
No. It produces exactly the same result. You can also use 
        # init 6
to get the same. (or init 0 instead of halt)

HTH
Flupke

Reply via email to