There are files in the filestore folder with owner as "artifactory" and "root". When I deploy any artifact, it takes the owner as "root" and the artifactory identifies the artifacts deployed with "artifactory" user. Also, in linux, the artifactory user has the following 4 types of privileges:
- -rw-rw-r--
- -rwxr-x-r-x
- -rw-r-----
- -rw-r--r--
Please help me understand that which permission should I give to change the "root" owned artifacts to "artifactory" owned ones?
I haven't tired anything yet on this