file permissions
Hi,If I (for example) have a file like this:
drwxr-xr-x 2 httpd site1 2048 Sep 11 00:51 stats
You can change the permissions (ownership) of the file by using the chown command. No problem.
But what is the second line? (site1) and how do I change THAT?