Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Misinterpretation of File::Copy

by wine (Scribe)
on Jul 23, 2001 at 14:34 UTC ( [id://98959]=note: print w/replies, xml ) Need Help??


in reply to Misinterpretation of File::Copy

This is the default cp behaviour. You can see the same behaviour from the commandline:

[wine@guppie tmp_]$ touch boe [wine@guppie tmp_]$ chmod u+x boe [wine@guppie tmp_]$ su Password: guppie:/home/wine/tmp_# cp boe boe.2 guppie:/home/wine/tmp_# ls -l total 0 -rwxr--r-- 1 wine wine 0 Jul 23 12:35 boe -rw-r--r-- 1 root wine 0 Jul 23 12:36 boe.2 guppie:/home/wine/tmp_#

This happens when a user (or perl in this case) copies files that do not belong to himself. The copies get chown-ed to the user.

I guess the only way to circumvent this is to restore the properties manually, if you have the permission to do that, that is.

Log In?
Username:
Password:

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

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

    No recent polls found