Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!accuvax.nwu.edu!dehn!rico From: rico@dehn. (Rico Tudor) Newsgroups: comp.unix.wizards Subject: BSD file system Message-ID: <1344@accuvax.nwu.edu> Date: 19 Oct 89 07:56:48 GMT Sender: news@accuvax.nwu.edu Reply-To: rico@math.nwu.edu (Rico Tudor) Distribution: na Organization: Northwestern Univ. Evanston, Il. Lines: 10 While porting my file archiver from System V to a DECStation 3100, the following questions regarding system calls have arisen: (1) How are permissions set on a symbolic link? (2) How are access & modification times set on a symbolic link? (3) What purpose is served by taking the group ID of a newly created file from the parent directory, rather than the process? In Questions (1) and (2), chmod(2) and utimes(2) follow the link, which I don't want. I am handling Question 1 by temporarily altering the process "umask", but I don't like it. The 3100 runs "Ultrix", a BSD variant.