Indeed it does.
Makes for awesome pranks, but you can take them a step further...
Just like we did in Java labs (we did this instead). Essentially wrote a script that auto-appended to load a Python script every time they open a new terminal (we appended into .bashrc).
The python script was pure genius, essentially it would flip the screen in a random direction 100 times. We could've been mean and made this go forever (very simply using a while True loop) but we didn't want to be too mean. Oh and right at the end, your disk tray ejects. XD
It was hilarious.

