Re: Group of the newly created files and directories

2008-05-08 Thread Ivan Voras
Unga wrote:
 Hi
 
 I have noticed in FreeBSD, the group of the newly
 created files and directories are assumed by default
 of the group of the parent directory!

Yes, this is the difference between SYSV and BSD systems - each variant
has its own arguments in favour so this behaviour is not likely to be
changed.




signature.asc
Description: OpenPGP digital signature


Re: Group of the newly created files and directories

2008-05-08 Thread Mel
On Thursday 08 May 2008 10:48:29 Unga wrote:

 That is, in Linux, the group will the user's primary
 group, but in FreeBSD, it is the the group of the
 parent directory!

Yes, it's been that way in any BSD for as long as I know.

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Group of the newly created files and directories

2008-05-08 Thread Unga
--- Ivan Voras [EMAIL PROTECTED] wrote:

 Unga wrote:
  Hi
  
  I have noticed in FreeBSD, the group of the newly
  created files and directories are assumed by
 default
  of the group of the parent directory!
 
 Yes, this is the difference between SYSV and BSD
 systems - each variant
 has its own arguments in favour so this behaviour is
 not likely to be
 changed.
 
Thanks for replies. Btw, where is the open(2) syscall
is implemented in FreeBSD, just curious?

Unga


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Group of the newly created files and directories

2008-05-08 Thread Mel
On Thursday 08 May 2008 15:16:46 Unga wrote:

 Thanks for replies. Btw, where is the open(2) syscall
 is implemented in FreeBSD, just curious?

/usr/src/sys/kern/vfs_syscalls.c

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]