Hehe: sudo make me a sandwich

Update: I just started flipping through the archives of xkcd and it’s awesome.

3 Comments

New comments are no longer accepted, so if you want to get in touch, send me an email.

jane

what does ‘sudo’ stand for?
acronym finder thought it had something to do with Syracuse University. Somehow I don’t think so.

sudo is a unix command for running programs with elevated privilages. Basically if you can’t run a program, you may be able to run the program with sudo. e.g.
$ rm *
sorry no can do
$ sudo rm *
sure, go right ahead

This just occured to me: sudo bang bang