Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: How is the owner of a directory created with MKDIR determined?

by Abigail-II (Bishop)
on Sep 16, 2003 at 13:27 UTC ( [id://291809]=note: print w/replies, xml ) Need Help??


in reply to How is the owner of a directory created with MKDIR determined?

I don't know how it works on non-Unix systems, but on Unix, the owner will be the EUID of the process. That is, if the process at the moment of the mkdir has root priviledges, the new directory will be owned by root. Otherwise, it will be owned by whichever user the process was running as.

This is indeed something that has nothing to do with Perl, but all with the OS. It's unclear to me what you mean by "server". (Disk server? FTP server? Mail server? NFS server? NIS server? Application server? Database server? Jumpstart server? Media server? Quake server?) Not that that is relevant. Some, insecure, OSses allow you to "give away" files, but more secure OSses will not allow you to determine who owns files or directories.

Abigail

  • Comment on Re: How is the owner of a directory created with MKDIR determined?

Replies are listed 'Best First'.
Re: Re: How is the owner of a directory created with MKDIR determined?
by waswas-fng (Curate) on Sep 16, 2003 at 16:31 UTC
    Very true, some implementations of NFS also will squash unknown users (UID 412 on the local server does not exist on the remote server so file created by user id 412 over nfs can be squashed to nobody's UID). this is also the default behavior for root's UID on files created accross NFS. You can disable this with the share/export and the mount options but it opens up some pretty severe security issues... If the OP would be more clear on the actual servers/protocols used we can give better answers. and aye this has nothing to do with perl.

    -Waswas

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-19 05:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found