[comp.sys.apollo] Ownership problems?

mughal@iago.caltech.edu (Mughal, Asim) (11/16/90)

howdy folks,

We have Apollo DN4500 showing some of the files in /user as following;

(eg)
-rwxrwxrwx+   1 -1        543 Aug 7 1990 esmsim.prm*

and other files as ;

-rwxrwxrwx+   1 none      213 Aug 7 1990 ps*   

etc etc.

I have been told that "-1" represents "no owner". The users can not look 
at this file only 'root'. I went ahead and changed the ownerships back 
to 'none' and now these can be accessed by the users. I would like to 
know what is causing this problem?? Is it a warning of degrading files??
How can this be avoided in future? Suggestions ??

Asim Mughal
System Administrator
Jet Propulsion Lab, Sec. 3363
California Institute of Technology

MUGHAL @ CALTECH.EDU
mughal @ Iago.Caltech.Edu

rees@pisa.ifs.umich.edu (Jim Rees) (11/17/90)

In article <1990Nov15.220419.20222@nntp-server.caltech.edu>, mughal@iago.caltech.edu (Mughal, Asim) writes:

  We have Apollo DN4500 showing some of the files in /user as following;
  
  (eg)
  -rwxrwxrwx+   1 -1        543 Aug 7 1990 esmsim.prm*
  
  and other files as ;
  
  -rwxrwxrwx+   1 none      213 Aug 7 1990 ps*   
  
  etc etc.

The '+' at the end of the mode indicates that this file has a non-Unix acl
attached to it.  "Ownership" doesn't necessarily mean what you think it does
for these files.

If you don't understand and don't want acls, you could go through all your
directories and files and get rid of the acls.  You can do this with 'chacl
-B'.  Warning: you can screw yourself up this way, too, if there was some
reason for a strange acl being attached to a file.  Only do this on user
files, not system files, unless you know what you're doing.

Read the 'acl' man page for more details.