PLDWWW: Docs/man/Restarting and shutting down

PawelDlugosz PawelDlugosz at pld-linux.org
Sun Oct 26 12:54:19 CET 2008


Author: PawelDlugosz   Date: Sun Oct 26 11:54:18 2008 GMT
Module: PLDWWW   URL: http://pld-linux.org/Docs/man/Restarting_and_shutting_down
---- Log message:


---- Page affected: Docs/man/Restarting and shutting down

---- Diffs:

================================================================
New page:
The usual and most common way to shutdown your PLD Linux is to issue: {{{
# shutdown -h now
}}}

or you can just enter: {{{
# poweroff
}}}

Using just: {{{
# halt
}}}

is about the same.

To reset your PLD machine you can hit '''Ctrl+Alt+Del''' or: {{{
# reboot
}}}

During your work with PLD you can freely switch from one runlevel to another.
To do that just issue: {{{
# init <runlevel>
}}}

where '''<runlevel>''' is a runlevel number (1-5).

To go into single-user mode you would enter: {{{
# init 1
}}}


More information about the pld-cvs-commit mailing list