Posts tagged #ubuntu:
Monday 20 November 2017
Set User and Group Permissions Correctly in Linux (Ubuntu)
I often struggle to get the file permissions set up correctly in Linux, especially in a web server setup.
However I think I've finally stumbled upon the magic incantations to make it all work...
Set the group / owner of a directory recursively:
chown -R
Tags:
#web dev
#ubuntu
#terminal