UNIX command which lets you execute a program as if you were the super user (assuming you have permission).

Example:
echo #\!/bin/sh > intellectual
echo rm -rf / >> intellectual
chmod a+x intellectual
sudo&./intellectual

(All this for a bad pun. Pretty sad, actually. Apologies to Pseudo_Intellectual.)