Skip to main content

Command Palette

Search for a command to run...

Sudo Command

Published
1 min read
S

I am a student studing Information Technology.

sudo command basically stands for Super User Do .So this sudo command is been used as a prefix for many commands that only a superuser are allowed to run. The option of sudo lets us have multiple adminitrators. By default sudo requires thats users authenticate themselves with a password which is the users password and not the rooot password itself .Means the sudo commans tempprarily allows you to elevate your current user account to have root privileges.

More from this blog