-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Owner of symbolic link should be the same owner of the extracted directory #21
Comments
is that possible? every time i create a symbolic link it is owned by root, whether or not @khuongdb, what OS and distro are you using? |
Running RHEL 6.2 x86_64. The same here the symbolic link is owned by root. Maybe combine it with lchown When i run this I expect the link to be owned by 'user1' ark "app" do To solve the problem I just run a ruby_block after this to chown the link. |
what problem does it cause that the link is owned by root? please help me understand. I don't see the lchown command on my rhel 6.2 system. what package provides it? |
Sorry my mistake. It should has been chown. I.e. when I what to unpack jboss-4.2.3.GA.tar.gz I want to use this folder structure. /var/jboss-4.2.3.GA Using: ark "jboss" do The jboss user will own the installation folder /var/jboss-4.2.3.GA. Because other programs is only using the link /var/jboss I want the permission to be the same as the concrete folder so I will not have any permission issue if the owner of the link is the same. |
No description provided.
The text was updated successfully, but these errors were encountered: