Tag: sudo
-
sudo & apt
What is the sudo ? Sudo stands for “superuser do” and is the master key.The sudo command allows you to run programs with the security offers of another user (by superuser). It request to the user for personal password and confirms and request to execute a command by checking a file, called sudoers, which the system administrator configures.…