<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=76.22.85.181</id>
		<title>explain xkcd - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=76.22.85.181"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/76.22.85.181"/>
		<updated>2026-05-01T01:55:24Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:149:_Sandwich&amp;diff=411486</id>
		<title>Talk:149: Sandwich</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:149:_Sandwich&amp;diff=411486"/>
				<updated>2026-04-30T22:18:22Z</updated>
		
		<summary type="html">&lt;p&gt;76.22.85.181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Note that it is more effective to write &amp;quot;sudo !!&amp;quot; to redo the last command but with sudo added to it. {{unsigned|Agge.se}}&lt;br /&gt;
&lt;br /&gt;
cueball gets turnedinto sandwich by his freind&lt;br /&gt;
&lt;br /&gt;
:Using &amp;lt;code&amp;gt;sudo !!&amp;lt;/code&amp;gt; outputs the previous command with sudo into your bash (other shells as well) history, so to bash what you said was &amp;quot;sudo make me a sandwich&amp;quot; not &amp;quot;sudo !!&amp;quot;. [[User:Lcarsos|lcarsos]] ([[User talk:Lcarsos|talk]]) 16:46, 29 October 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo&amp;lt;/code&amp;gt; requires '''user''' password, not admin password, but you need to be in &amp;lt;code&amp;gt;sudoers&amp;lt;/code&amp;gt; file. --[[User:JakubNarebski|JakubNarebski]] ([[User talk:JakubNarebski|talk]]) 12:14, 15 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:How many people will know the difference? In a typical Ubuntu-family install with only one human user, root doesn't ''have'' a password, but the one user who does is a sudoer (and has to use &amp;lt;code&amp;gt;sudo&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;su&amp;lt;/code&amp;gt; to act as root, rather than doing so starting at login). [[User:Promethean|Promethean]] ([[User talk:Promethean|talk]]) 06:08, 30 August 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;the user first must type their password&amp;quot; This is not accurate. It is the default, but many domains disable that requirement.&lt;br /&gt;
[[Special:Contributions/173.245.52.92|173.245.52.92]] 06:47, 14 January 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I believe the original comic actually read &amp;quot;Sudo bang bang&amp;quot; instead of &amp;quot;Sudo make me a sandwich&amp;quot;. Here's a link to what I think is a copy of the [http://stackoverflow.com/questions/15137461/what-is-sudo-bang-bang original]. I'm not sure which of the two is actually the original. {{unsigned ip|‎99.95.158.248}}&lt;br /&gt;
:The words &amp;quot;bang bang&amp;quot; (particularly the first B) look a bit fuzzy/pixelated compared to the rest of the text, which gives me the feeling that it was edited from this one, which is the original. [[User:Zowayix|Zowayix]] ([[User talk:Zowayix|talk]]) 23:03, 23 January 2014 (UTC)&lt;br /&gt;
::If you click on the image (on the Stack Overflow link), it leads you to http://justinsomnia.org/2006/09/sudo-bang-bang/, which says: 'This just occurred to me' [comic] 'Original comic from xkcd by Randall Munroe', implying it was indeed edited. [[Special:Contributions/141.101.99.14|141.101.99.14]] 20:42, 11 August 2014 (UTC)&lt;br /&gt;
:::Also, Randall doesn't make his Gs like that. You can see in the strip immediately previous. [[Special:Contributions/108.162.237.4|108.162.237.4]] 05:16, 27 November 2018 (UTC)&lt;br /&gt;
: On a different, but totally related note: [https://github.com/nvbn/thefuck Here] you can find an aptly named little program with which the charming conversation would be: &amp;quot;Make me a sandwich.&amp;quot; - &amp;quot;What? Make it yourself.&amp;quot; - &amp;quot;Fuck.&amp;quot; - &amp;quot;Okay.&amp;quot; [[Special:Contributions/162.158.85.135|162.158.85.135]] 08:24, 28 June 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Comment: This conversation is an easter egg in Google Now on Android tablet. Using voice search to say &amp;quot;make me a sandwich&amp;quot; will give the reply &amp;quot;what? make it yourself&amp;quot;, adding &amp;quot;sudo&amp;quot; will get the response &amp;quot;ok&amp;quot;. I assume the Google now implementation came later and is based on xkcd. {{unsigned ip|141.101.99.27}}&lt;br /&gt;
:Sadly, it doesn't exist in the new Google Assistant.&lt;br /&gt;
:Siri will also respond &amp;quot;okay&amp;quot; if you say &amp;quot;sudo make me a sandwich:&amp;quot;, though she doesn't respond with the XKCD response to &amp;quot;make me a sandwich&amp;quot;. [[Special:Contributions/198.41.235.35|198.41.235.35]] 13:32, 27 October 2015 (UTC) (MSC)&lt;br /&gt;
&lt;br /&gt;
This reworked for the Make utility:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
$ make sandwich&lt;br /&gt;
Must be root&lt;br /&gt;
$ sudo make sandwich&lt;br /&gt;
cc sandwich&lt;br /&gt;
mv sandwich /etc/sandwich&lt;br /&gt;
sandwich installed in /etc&lt;br /&gt;
$ _&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
[[User:Alexbuzzbee|Alexbuzzbee]] ([[User talk:Alexbuzzbee|talk]]) 02:50, 23 August 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
* It also reminds me the ''Star Trek: Voyager'' episode where Q tampered with the ship's replicators:&lt;br /&gt;
::Janeway: &amp;quot;Coffee, black.&amp;quot;&lt;br /&gt;
::Replicator: &amp;quot;Make it yourself.&amp;quot;&lt;br /&gt;
(But she didn't try &amp;quot;Sudo coffee, black.&amp;quot;) - [[User:Mike Rosoft|Mike Rosoft]] ([[User talk:Mike Rosoft|talk]]) 18:14, 13 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
* This forfells the advent of Alexa and the other personal home assistants. [[Special:Contributions/162.158.155.50|162.158.155.50]] 20:19, 14 October 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
* I wonder whether Cueball pronounces &amp;quot;sudo&amp;quot; the right way (because surely he knows the right way) or the wrong way (engaging his hobby, or matching the expectations of the friend.) [[Special:Contributions/172.68.142.89|172.68.142.89]] 16:04, 15 June 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
If the pronunciation of &amp;lt;code&amp;gt;sudo&amp;lt;/code&amp;gt; is &amp;quot;soo&amp;amp;nbsp;doo&amp;quot; (because &amp;quot;do&amp;quot; is a word), then should it actually be pronounced &amp;quot;ess&amp;amp;nbsp;yoo&amp;amp;nbsp;doo&amp;quot; — pronouncing &amp;quot;s&amp;quot; and &amp;quot;u&amp;quot; separately (because &amp;quot;su&amp;quot; is an initialism of &amp;quot;super user&amp;quot;/&amp;quot;substitute user&amp;quot;)?  (Is the &amp;lt;code&amp;gt;su&amp;lt;/code&amp;gt; command pronounced &amp;quot;soo&amp;quot; or &amp;quot;ess&amp;amp;nbsp;yoo&amp;quot;?) -- [[User:Yfmcpxpj|Yfmcpxpj]] ([[User talk:Yfmcpxpj|talk]]) 14:30, 6 December 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
could this also be citing the fact that the sudo project's logo is a sandwich? [[User:Bb777|me, hi]] ([[User talk:Bb777|talk]]) 13:53, 18 August 2025 (UTC)&lt;br /&gt;
:No. It's actually the exact {{w|Sudo#History|opposite way round}}. [[Special:Contributions/92.23.2.228|92.23.2.228]] 19:12, 18 August 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>76.22.85.181</name></author>	</entry>

	</feed>