User Home Directory and Linux: Where is these directory?

We have some troubles with the WAR deployment on Linux.
It seems to be an error because of the User Home directory; there is no write access.

Where can we find the User Home directory?

In Servoy Wiki is something written about [user_home_dir]. But where can we find this?
https://wiki.servoy.com/display/DOCS/WAR+Deployment

In the WAR Export we leave this empty. See Attachement.

You can find the home directory by running:

echo $HOME

It is probably not the place where you’ll find the .servoy folder though. It depends on your installation, but you are probably more likely to find it in /usr/local or /opt/tomcat.

If Servoy is running you can see the path on the admin page under “Server Information” or you can for example use the find command to search for it.