The Differences Between SU and SUDO
The main difference between su and sudo lies in how they grant administrative privileges in Linux and Unix systems. The su (substitute user) command switches the current user to another account, often the root user, requiring that account’s password. In contrast, sudo (superuser do) allows a permitted user to execute specific commands as root or […]



