Difference between revisions of "686: Admin Mourning"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(12 intermediate revisions by 9 users not shown)
Line 8: Line 8:
  
 
==Explanation==
 
==Explanation==
The background images show output from the the <code>ps</code> command of Unix computer system, that lists the programmes a user is running. If a user is not able to log out, their processes would continue to run until stopped by a reboot. If a user were to die while logged in their still running programs would be a reminder of them to other users.
+
The background images show the output from the <code>ps</code> command of Unix-like computer systems, which lists all running processes including all interactive users logged in to the server. If a user did not log out, their processes would continue to run until stopped by a reboot. If some specific user dies while logged in, the running sessions still appear in the <code>ps</code> output and be a reminder to other users. This comic depicts an administrator unwilling to reboot a machine that has still running processes from a deceased user named "sam".
  
This comic supposes that an administrator is unwilling to reboot a machine which has still running processes from a presumably deceased user named "sam". The final joke refers to the command line interface called a shell, and a particular type of shell called zshell, and the expression "Ghost in the machine". The other process that sam appears to be running is irssi, a realtime chat client.
+
When a session is closed its descendent processes sent the HUP (Hang-up) signal, which normally causes them to terminate. However, the popular utility {{w|GNU_Screen|screen}} enables a user to detach and reattach that output, thus surviving over sessions.
  
To "su to the user" is to use the ability of an root user to become other users, thereby giving the impression that "sam" or his ghost had logged in again.
+
The final joke refers to the command line interface being called a {{w|Shell (computing)|shell}}, and to a particular type of shell called zshell (<code>/bin/zsh</code> in the final panel), making a [[wikt:ze#Etymology 1|pun]] with the expression "{{w|Ghost in the Shell}}", which is the title of a popular manga series, originally derived from the expression "{{w|ghost in the machine}}", used by philosopher {{w|Gilbert Ryle}} to describe Descartes' theory of mind-body dualism.
 +
 
 +
The phrase "su to the user" refers to the ability of a system administrator — i.e. the superuser, a/k/a root — to switch to another user account (using the {{w|su (Unix)|<code>su</code> command}}, which stands for '''s'''ubstitute '''u'''ser) without needing the target user's password, as would normally be necessary, which in this case would give the impression that sam's ghost were using the account.
  
 
==Transcript==
 
==Transcript==
Line 30: Line 32:
  
 
{{comic discussion}}
 
{{comic discussion}}
 +
[[Category:Computers]]

Revision as of 19:53, 25 March 2015

Admin Mourning
And every day it gets harder to fight the urge to su to the user and freak people out.
Title text: And every day it gets harder to fight the urge to su to the user and freak people out.

Explanation

The background images show the output from the ps command of Unix-like computer systems, which lists all running processes including all interactive users logged in to the server. If a user did not log out, their processes would continue to run until stopped by a reboot. If some specific user dies while logged in, the running sessions still appear in the ps output and be a reminder to other users. This comic depicts an administrator unwilling to reboot a machine that has still running processes from a deceased user named "sam".

When a session is closed its descendent processes sent the HUP (Hang-up) signal, which normally causes them to terminate. However, the popular utility screen enables a user to detach and reattach that output, thus surviving over sessions.

The final joke refers to the command line interface being called a shell, and to a particular type of shell called zshell (/bin/zsh in the final panel), making a pun with the expression "Ghost in the Shell", which is the title of a popular manga series, originally derived from the expression "ghost in the machine", used by philosopher Gilbert Ryle to describe Descartes' theory of mind-body dualism.

The phrase "su to the user" refers to the ability of a system administrator — i.e. the superuser, a/k/a root — to switch to another user account (using the su command, which stands for substitute user) without needing the target user's password, as would normally be necessary, which in this case would give the impression that sam's ghost were using the account.

Transcript

[The text is over a white-on-black terminal showing a bit of output from ps -el, with processes running from root and sam.]
When a user dies, their connections time out,
but their screen sessions linger.
[The end of the command line is a |grep sam.]
The server's uptime grows
because you can't bring yourself to reboot
and wipe out
their last earthly presence
[The processes listed are screen, zsh, irssi, and grep sam.]
the ghost in zshell.


comment.png add a comment! ⋅ comment.png add a topic (use sparingly)! ⋅ Icons-mini-action refresh blue.gif refresh comments!

Discussion

This reminds me of the philosophical thought that "...a person dies three times. The day he dies. The day the last person who knew him dies. The day his name is spoken for the last time." Makes you think, eh? 31.111.35.144 20:15, 15 May 2013 (UTC)

By "their screen sessions linger," does it mean litteral GNU Screen sessions? Ad1217 (talk) 04:00, 29 January 2014 (UTC)

Yes. SCREEN is in the greped output of ps in the comic 108.162.219.37 17:16, 31 January 2014 (UTC)

irssi (Internet Relay Chat client software) process running in SCREEN session possibly means that Sam is logged on to the IRC and appears as a live person on some talk channels. 141.101.97.202 (talk) (please sign your comments with ~~~~)


I'm not sure "old fashioned" is a correct description here. Modern Unix systems do this, too. 108.162.238.114 00:02, 8 August 2014 (UTC)

In my opinion this comic might contain a reference to the more or less popular movie "Ghost" (http://en.wikipedia.org/wiki/Ghost_(1990_film) ) as well, since the main character in this movie is called "Sam", too. --141.101.104.98 09:42, 21 October 2014 (UTC)