You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
Is it possible to control the file creation when using Copy-VMFile against a linux machine. For instance changing the default file permissions when copying to certian locations? Currently everything gets copy down with root permissions, leaving standard users without write access. It would be good to be able to change the deafault permissions for certain locations and even whitelist and blacklist other areas.
The text was updated successfully, but these errors were encountered:
This doesn't appear to be a lis-rpms related question.
Depending on the version of Linux, You should be able to use the /etc/bashrc and /etc/profile files to specify the default permissions on file creation using umask.
Using setfacl, you could set default permissions on a specific folder and any newly created sub-folders and files. It may work for what you are attempting to do?
Is it possible to control the file creation when using Copy-VMFile against a linux machine. For instance changing the default file permissions when copying to certian locations? Currently everything gets copy down with root permissions, leaving standard users without write access. It would be good to be able to change the deafault permissions for certain locations and even whitelist and blacklist other areas.
The text was updated successfully, but these errors were encountered: