I setup a LAMP stack on a dedicated server.
There is a root
user and a user named user1
with sudo privileges.
I usually put all my websites inside the /home/sites
dir, and I don't know if it's better to:
- assign wrx privileges to user1
- create another user and assign to it wrx privileges
I'm following the guide of @Tom: https://serverfault.com/a/65416
Thanks