If only our wives behaved like our servers:

Man: Make me a sandwich. Woman: No. Man: sudo Make me a sandwich. Woman: Okay.

For those that don’t get it, sudo is a command in unix that executes the command as the super user, root. Often times you are working with unix and you try to do something as a normal user, but get a permission denied message, and you use sudo with the same command to run it as root, and it works.

-Nick