Primary
sudo ⚬ˢʰ|Definition|1st|20251119205401-00-⌔
sudo
sudo (/suːduː/or/ˈsuːdoʊ/1) is a shell command on Unix-like operating systems that enables a user to run a program with the security privileges of another user, by default the superuser.2 It originally stood for “superuser do”,3 as that was all it did, and this remains its most common usage;4 however, the official Sudo project page lists it as “su ‘do ’”.5 The current Linux manual pages define
suas “substitute user”,6 making the modern meaning ofsudo“substitute user, do”, becausesudocan run a command as other users as well.78Unlike the similar command
su, users must, by default, supply their own password for authentication, rather than the password of the target user. After authentication, and if the configuration file (typically/etc/sudoers) permits the user access, the system invokes the requested command. The configuration file offers detailed access permissions, including enabling commands only from the invoking terminal; requiring a password per user or group; requiring re-entry of a password every time or never requiring a password at all for a particular command line. It can also be configured to permit passing arguments or multiple commands.Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original Footnotes
Miller, Todd C. “Troubleshooting tips and FAQ for Sudo”. Archived from the original on 2021-11-27. Retrieved 2009-11-20. ↩
Cohen, Noam (May 26, 2008). “This Is Funny Only if You Know Unix”. The New York Times. Archived from the original on January 22, 2018. Retrieved April 9, 2012. ↩
By (2014-05-28). “Interview: Inventing The Unix”sudo”Command”. Hackaday. Archived from the original on 2022-01-10. Retrieved 2022-01-10. ↩
“Aaron Toponce: The Meaning of ‘su’”. Archived from the original on 2023-02-24. Retrieved 2015-08-18. ↩
“What is Sudo”. Archived from the original on 2022-06-03. Retrieved 2022-06-07. ↩
“su(1) Linux manual page”. Archived from the original on 2022-06-05. Retrieved 2022-06-08. ↩
“Sudo - ArchWiki” (MediaWiki). wiki.archlinux.org. Archived from the original on 2021-04-25. Retrieved 2015-11-09. ↩
Haeder, A.; Schneiter, S. A..; Pessanha, B. G.; Stanger, J. LPI Linux Certification in a Nutshell. O’Reilly Media, 2010. p. 409. ISBN 978-0596804879. ↩
sudo ⚬ˢʰ|docu|1st|20251021001049-00-◊
sudo(8) - Linux manual page
Link to original
(echo:: @ ᯤ)
Secondary
• • •