Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Running Script As Specified User

by thatguy (Parson)
on Jul 05, 2001 at 13:08 UTC ( [id://94044]=note: print w/replies, xml ) Need Help??


in reply to Running Script As Specified User

assuming you have root, you could make a new group and put the prod and dev users in it. Then chown -R the directory that has the backup files in it to the new group (making sure it's group write-able)

Since this is a new group, there should be no other files/dir's on the box that are owned by that group to cause a security issue.

Also any new files or directories created in the directory you changed will be owed by that new group.

also not very perlish.. but hey, it works for me on my box.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://94044]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2024-04-25 22:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found