3.4 Create the ownsona user

This user owns Tomcat, the source tree, and the running JVM.

sudo adduser --disabled-password --gecos '' ownsona
sudo -iu ownsona

Most of the rest of this chapter assumes you are ownsona unless a command starts with sudo.