Skip to content
sudo
EntityQ300883· pop 32· linked from 79 articles

Also known as super user do, substitute user do

'''''' ( or ) 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. It originally stood for "superuser do", as that was all it did, and this remains its most common usage; however, the official Sudo project page lists it as "su 'do. The current Linux manual pages define as "substitute user", making the modern meaning of "substitute user, do", because can run a command as other users as well.

Key facts

Software.title
sudo
Software.logo
Sudo logo (2019).png
Software.logo_size
137px
Software.screenshot
Sudo on Linux screenshot.png
Software.caption
The command in a terminal
Software.author
Robert Coggeshall, Cliff Spencer
Software.developer
Todd C. Miller
Software.released
1980
Software.programming language
C
Software.operating system
Unix-like
Software.genre
Privilege authorization
Software.license
ISC-style

via Wikipedia infobox

Official website

Link to the official site · 16,734 chars · not written by Vinony

Article · 日本語

sudo(“su do”)は、UNIXおよびUnix系オペレーティングシステムのプログラムの1つで、ユーザーが別のユーザーの権限レベルでプログラムを実行するためのコマンドである。一般的に、ユーザーがスーパーユーザー(superuser、すなわちroot)の特権レベルを利用する際に用いられることが多い。デフォルトではその別ユーザーのパスワード入力を求めてくるが、設定を変更すれば root のパスワードを求めるようにもできるし、端末(や擬似端末)につき1回だけパスワードを入力すればよいようにも、全くパスワード入力を求めないようにもできる。sudo は各コマンド実行を記録でき、スーパーユーザーとしてのログインの完全な代替として使う場合もある。例えば、Linuxディストリビューションの Ubuntu はそのような使い方をしている。 オリジナルのプログラムは1980年、ニューヨーク州立大学バッファロー校の計算機科学科で Bob Coggeshall と Cliff Spencer らが開発した。2018年現在も活発に開発が続いており、OpenBSDの開発者である Todd C. Miller が開発・保守を行っている。

Abstract from DBpedia / Wikipedia · CC BY-SA

Gallery (2)