X11 as another user

bash
x11

>What

xauth add $(xauth -f ~${user}/.Xauthority list | tail -1)

>Why

So that you can run X11 when you are logged in as another user (e.g. root).