Login using Social Account
     Continue with GoogleLogin using your credentials
sudo
This command makes a program run as root (the system administrator). This command is only allowed to be used by few users. Such users are called sudoers. You can modify the sudoers using
sudo visudo
shutdown
This command makes the system shutdown. You can use the following command to shut down the system immediately
shutdown -h now
The alternative command to shutdown immediately is: halt
Restart the system
To restart the system, you can use the reboot
command.
Please note that above commands (shutdown, halt, reboot) can only be run as root.
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...