Sudo vs. Su in Linux
sudo and su are commonly used to run command with root permissions. Root privileges are required to perform certain tasks such as installing software, adding users and changing ownerships, etc. When a normal user requires administrative changes, you can use sudo or su command in Linux.
Here we learn about the differences between Sudo and Su and how to us…


