DEV Community

Ben Halpern
Ben Halpern

Posted on

How do *you* pronounce sudo?

Not necessarily how it's "supposed" to be pronounced, what do you say? (in your head or aloud)

How do you pronounce sudo?

Discuss: Were you ever taught this by anyone? Have you thought about this much?

P.S. Polls are still private admin features, but we'll make them general soon enough

Top comments (126)

Collapse
 
avalander profile image
Avalander

Neither, I've aliased sudo to please.

Collapse
 
mattmoranjava profile image
Matt Moran

I aliased it to fucking.

Collapse
 
arximughal profile image
Muhammad Arslan Aslam

In case you use zsh...

github.com/nvbn/thefuck

Collapse
 
rihan profile image
Rihan

please remove recursively and force it irreversibly

Collapse
 
brightone profile image
Oleksii Filonenko

Okay, we need a shell framework for rhyming command aliases.

Collapse
 
fultonbrowne profile image
Fulton Browne

How did you do that?

Collapse
 
avalander profile image
Avalander

I added this to my .bashrc file:

alias please='sudo'
Enter fullscreen mode Exit fullscreen mode
Thread Thread
 
fultonbrowne profile image
Fulton Browne

thx

Collapse
 
stephanie profile image
Stephanie Handsteiner • Edited

alias please="sudo " in your .bash_profile

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

That's now on my to-do list 🥰

Collapse
 
nadeeminamdar profile image
nadeeminamdar

You mean "too-doo" or "too-dough", :-) ?

Collapse
 
ben profile image
Ben Halpern

I love this!

Collapse
 
vintharas profile image
Jaime González García

sudo as in s-u-d-o (Spanish pronunciation). It means literally "I sweat".

sudo rm -rf

I sweat as I remove all files from my file system

Collapse
 
nirebu profile image
Nicolò Rebughini

Came here expecting this, I'm satisfied with the internet once again.

Collapse
 
tiash990 profile image
Tiash

In italian too 😂

Collapse
 
jrtibbetts profile image
Jason R Tibbetts

Latin, too.

Collapse
 
alesisjoan profile image
Alesis Manzano

idem

Collapse
 
absinthetized profile image
Matteo Nunziati

This

Collapse
 
henryjw profile image
Henry Williams

That's a good one 😂

Collapse
 
v6 profile image
🦄N B🛡

Necessito a usar eso con mi compañeros.

Collapse
 
bennypowers profile image
Benny Powers 🇮🇱🇨🇦

obligatory xkcd

'make me a sandwich' 'no' 'sudo make me a sandwich' 'ok'

Collapse
 
gvetri profile image
Giuseppe Vetri • Edited

Sudo like sudowoodo

Sudowoodo

Collapse
 
ganonbit profile image
Andrew Reese

SUDOWOODO shake shake shake shake shake shake

Collapse
 
ardennl profile image
Arden de Raaij

came here to post the same 💚

Collapse
 
gvetri profile image
Giuseppe Vetri

Sudowoodo is life 💚

Collapse
 
alextpedro profile image
Alex Pedro

I was hoping to see this in the comments! :D

Collapse
 
chiangs profile image
Stephen Chiang

Man so did I! 😂

Collapse
 
cecilelebleu profile image
Cécile Lebleu

ssu-ssu-ssudio

Collapse
 
flrichar profile image
Fred Richards

Phil Collins taught us long ago...

Collapse
 
yechielk profile image
Yechiel Kalmenson

I pronounce it as "please" 🤗

Collapse
 
ben profile image
Ben Halpern

That’s good 🙂

Collapse
 
sidhantpanda profile image
Sidhant Panda

I've added the following alias

alias please='sudo $(fc -ln -1)'
Enter fullscreen mode Exit fullscreen mode

So now,

~$ bash ./helloworld
bash: ./helloworld: permission denied
~$ please
Hello World!
Enter fullscreen mode Exit fullscreen mode

Source twitter.com/zzaaho/status/11608251...

Collapse
 
martinwallgren profile image
Martin Wallgren

The previous command can be found in !!

alias please='sudo !!'
Collapse
 
sgcdialler profile image
sgcdialler

If only there were a way to change 'permission denied' to 'ask nicely'!

Collapse
 
arximughal profile image
Muhammad Arslan Aslam

I can say that I've successfully wasted an hour looking to see if this was possible!

Collapse
 
link2twenty profile image
Andrew Bone

Sue Doe sounds like a lovely lady.

Collapse
 
danjconn profile image
Dan Conn

Sister of Jon though.

Collapse
 
n_develop profile image
Lars Richter

You are right. Would like to meet her some day. Somehow I think, I would do everything she tells me to do.

Collapse
 
chadchudson profile image
Chad Hudson

That Sue Doe

Collapse
 
ahferroin7 profile image
Austin S. Hemmelgarn

Habitually like the US English pronunciation of 'pseudo'.

When actually explaining the command to people though, I pronounce it as three syllables, spelling out the first two letters and pronouncing the last two just like the English word 'do', because that's how it breaks down as an acronym (short for 'Switch User and DO', derived from su for 'Switch User').

Collapse
 
tellspecmark profile image
mARK bLOORE

linux and MacOSX man su say "substitute user" (though "switch" seems to make more sense). but i'm pretty sure that in the old days it was "superuser", which is the default user to switch to.

Collapse
 
ahferroin7 profile image
Austin S. Hemmelgarn

It's ambiguous in the original manual (page 17 of bell-labs.com/usr/dmr/www/man13.pdf, which is a scanned version of the original Version 1 UNIX manual), which does mention becoming 'super-user', but only once and not as the command name. I'm a bit too lazy to figure out when it changed from switching to UID 0 to being able to switch to any user, as that's likely to be the first place it's mentioned as switch or substitute.

All I've ever heard people say when talking about it is 'switch' though, probably because that's the mental flow for most people.

Collapse
 
antontsvil profile image
Anton T

I thought it was short for "Super User Do"? 🤔

Collapse
 
ahferroin7 profile image
Austin S. Hemmelgarn

I've heard people say that, but it's pretty well established that sudo is derived from the old UNIX su command, which is definitely 'switch user'. It just happens that both have the root user as the default user to when a specific user isn't specified and that's the common case, but there's nothing that prevents you from using it to switch to any user (and by default, the root user can use sudo to do so without needing a password).

Collapse
 
strzibny profile image
Josef Strzibny

No, it's not. It's from su command "switch user". Also check the man page that says "sudo, sudoedit — execute a command as another user".

Collapse
 
avalander profile image
Avalander

Useful after a tough day

Thread Thread
 
thebinarymutant profile image
Smit Patel

Is this reddit, yet?

Thread Thread
 
dgbrewer1989 profile image
David Brewer

I've never aliased sudo but i always alias python to pythong because I can never type that right

Collapse
 
kspeakman profile image
Kasey Speakman • Edited

Pseudo. I always took it as being a pseudo-superuser if your user account has sudo permission. Also, the two vowels used are different so it feels more natural (to me) to use different sounds between the syllables. I heard it pronounced "pseudo" for years before I heard some random video on the internet pronounce it as "doo". I just took it as that person not knowing any better and felt bad for them. But I guess it is possible that my pronunciation has been wrong or that popular opinion can change what is "right". (Look at gif, where most of the internet disagrees with the creator of the format on pronunciation.)

The "please" meme is kinda funny, but in my mind it builds the wrong mental model of what sudo is for. It is a protection from making mistakes, a design feature to isolate user-level from system-level changes. Not courtesy. Well anyway, I guess there's nothing wrong with having fun with it as long as you know it's actual purpose.

Collapse
 
strzibny profile image
Josef Strzibny

No, it's not superuser actually. It's from su command "switch user". Also check the man page that says "sudo, sudoedit — execute a command as another user". That means not necessary superuser.

Collapse
 
kspeakman profile image
Kasey Speakman • Edited

You are right, the commands are named for "switch user" not "super user". However, I still think of it as pseudo superuser because that is the default user that you switch to with su or sudo and is the way I use it 99% of the time. And "psuedo" also resonates really well with sudo because you aren't fully switching to the other user to execute the command like you do with su. (Still shows up in original user's command history, etc.)

Collapse
 
kyleboe profile image
Kyle Boe • Edited

I use soo-doo because it is the compilation of the phonetics from the command's unabbreviated form:

superuser do

Collapse
 
jeromegamez profile image
Jérôme Gamez • Edited

Non-native speaker here, asking just out of curiosity: if phonetic (assuming English) why isn’t that syou-doo ?🙈

Collapse
 
kyleboe profile image
Kyle Boe

You're totally right. It should be:

superuser do

I just looked it up and "superuser" is one word. I'll correct my original post.

Also, as a native English speaker, I'm sorry the language is so weird.

Thread Thread
 
simbo1905 profile image
Simon Massey

Totally that is what we day ”syou-do” because it's superuser do.

Collapse
 
strzibny profile image
Josef Strzibny

No, it's not superuser do. It's from su command "switch user". Also check the man page that says "sudo, sudoedit — execute a command as another user".

Collapse
 
thecodingalpaca profile image
Carlos Trapet • Edited

Depends on the context. I pronounce it su-dont if followed by rm -rf

Collapse
 
rpalo profile image
Ryan Palo

soo-DO IT MOTHER TRUCKER.

Collapse
 
jpin27 profile image
Jude Pineda

I very often slip and type (and pronounce) sudo as sagi.

It's because I aliased sudo apt-get install to sagi and it's my most used Linux command.

Collapse
 
ginniecodes profile image
Jhinel Arcaya

This is so cool!