sudo

sudo is a basic command that stands for "Switch User Do." It is often used as a means to safely run a command as root without directly logging into the root account. It is prepended before another command and is used to update packages, and modify system configurations not in userspace. Ex. files in /etc/* or /boot/* some direct usage examples are as follows:

#bash #commands