How many ways to stop or restart a system from the command line?

The methods used to stop or restart a system from the shell are mainly the following...

to stop:

init 0

or:

shutdown -h now

while rebooting:

init 6

or:

shutdown -r now