Skip to content

chown, chgrp?

5 messages · Barry Rowlingson, Warnes, Gregory, Peter Dalgaard +2 more

#
On Wed, Aug 15, 2012 at 2:47 PM, Simon Urbanek
<simon.urbanek at r-project.org> wrote:

            
It does however raise the question, "What is Hadley up to now?" :)

Barry
#
setgid, at least, can be useful for non-root users who wish to share files
with folks in a different group than is their default...
#
On Aug 15, 2012, at 17:56 , Barry Rowlingson wrote:

            
Aiming for the fortune file again, Barry?

Anyways, since it is not portable anyway, what was ever wrong with 

system(sprintf("chown %s %s", foo, bar)

?
#
library(pwned)?

On Wed, Aug 15, 2012 at 10:56 AM, Barry Rowlingson
<b.rowlingson at lancaster.ac.uk> wrote:

  
    
#
On 15/08/2012 18:38, peter dalgaard wrote:
Yes, that is the point. I added Sys.chmod because R's own scripts needed 
something portable (both to Windows, and later in the handling of umask 
where POSIX allows some wiggle room).  We've never needed chown/chgrp.