I’m trying to adjust ownership of some files on my server and I’m a bit confused as to which means what in the following example:
chown <owner>:daemon uploads
If I chown the directory “uploads” as shown above, according to the same syntax, will I be allowing “daemon” to have the same privileges as “<owner>” or is it even really related to privileges as much as it is what processes what…?
Any clarification on this is appreciated.