I'm setting up a private Ubuntu web server. In my company I'm used to a deployment where the home folder of www-data is in /home/www-data, but on my plain Ubuntu installation it is in /var/www.
Now how can I change this? With usermod -d
? And is this a good idea anyway?