Next cmd is sudo cmd
sudo cmd means "take actions as superuser".
When you type sudo before a cmd it will provide you the super user (root) powers.
eg open terminal type
sudo shutdown -h now after hitting enter it will ask for password enter the password of root user and your system will shutdown.
No comments:
Post a Comment