Home » Questions » Computers [ Ask a new question ]

How do I shutdown Slitaz from terminal?

How do I shutdown Slitaz from terminal?

I have Slitaz installed on my home server and the only way of interfacing with it is through and SSH connection. I have tried

Asked by: Guest | Views: 289
Total answers/comments: 2
bert [Entry]

"Use halt to stop the system.

Turn off the system or restart

To stop or restart SliTaz, you can use
the halt or reboot commands or the
key combination
which enables a system reboot. In case
of any problems you can use the -f
option signifing forced:

# halt
To restart :
# reboot
Or :
# reboot -f"
bert [Entry]

"use this command

shutdown -r now

or see this : LinuxShutdown"