To shutdown the system

# To shutdown the system: sudo shutdown -h now # To restart: sudo reboot # & one more command for restart: sudo shutdown -r now # Another way as one of the user mentioned. # For shutdown: sudo halt # or: sudo init 0 # For restart: sudo init 6

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.