Sharing is caring!

Linux has several commands and ways to gain root privileges. Each command and function works and invokes differently.

Key Takeaways

  1. The “su” command switches to the root user or another user account, while the “sudo” command temporarily elevates a user’s privileges to perform tasks as a superuser.
  2. “su” requires the target user’s password, while “sudo” requires the executing user’s password.
  3. “sudo” provides more granular control over user permissions, whereas “su” grants complete access to the target user account.

Su vs Sudo

su, short for switch user, is a command that allows a user to switch to another user account, the root account, by entering the target user’s password. Sudo, short for superuser do, is a command that allows a user to execute a command as another user by entering their own password.

Su vs Sudo

Su stands for substitute user. It is a traditional way to acquire root permission in Linux. It was released in 1971. The main syntax of the command is su[user_name] or su-[user_name].

While Sudo stands for substitute user do. It is used for gaining permission for administrative and executable tasks. The main syntax of the command is sudo[command].

Comparison Table

Parameters of comparisonSuSudo
TypeCommandPrivilege authorization
Operating SystemUnix and Unix-likeUnix-like
FunctionTo seek root permission through switching to superuser or root userTo seek root permission through a single command
AuthorDennis Ritchie and Ken ThompsonRobert Coggeshall and Cliff Spencer
DeveloperAT&T Bell LaboratoriesTodd C. Miller

What is Su?

The full form of Su is ‘substitute user’. It was initially a part of the Version 1 Unix. It was developed by Dennis Ritchie and Ken Thompson.

Also Read:  Unicode vs UTF-8: Difference and Comparison

The job of the su command is to execute commands and provide the privilege of another account of the user. Upon execution, the su command invokes a shell and does not change the present working directory or the environment of the user.

If the command is used without initially specifying the new user id, which would serve as the command line argument, the su command would use the superuser account of the system as the default setting.

Upon authentication, the operator would grant access to the account. It would even grant permission for the files and directories in the account.

What is Sudo?

Sudo is a type of program in the operating system of Unix-like. The full form of sudo is ‘substitute user do’. In the default setting, it allows superuser.

The job of the Sudo command is to allow users to run programs and provide security privileges for other users. The license is of ISC style. It is extensively used in the C language.

Sudo is also used for administrative tasks. Sudo authenticates by asking for the password of the user and not of the target user. After authentication, it permits access and invokes a requested command.

Sudo is a single command and runs with root privileges. Unlike su, it does not switch to a root user account or ask for the root user’s credentials like a password.

Main Differences Between Su and Sudo

  1. Su command users need to create separate root and user account passwords during installation, while Sudo command users only need to provide a single password.
  2. Su invokes the root shell and keeps it open during normal functioning, while Sudo runs fewer commands in roots and increases security.
References
  1. https://link.springer.com/chapter/10.1007/978-1-4842-5049-5_11
  2. https://link.springer.com/chapter/10.1007/978-3-030-78120-0_13
Also Read:  Blog vs Vlog: Difference and Comparison

dot 1
One request?

I’ve put so much effort writing this blog post to provide value to you. It’ll be very helpful for me, if you consider sharing it on social media or with your friends/family. SHARING IS ♥️

Want to save this article for later? Click the heart in the bottom right corner to save to your own articles box!

By Sandeep Bhandari

Sandeep Bhandari holds a Bachelor of Engineering in Computers from Thapar University (2006). He has 20 years of experience in the technology field. He has a keen interest in various technical fields, including database systems, computer networks, and programming. You can read more about him on his bio page.