home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 20034 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  1.5 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!KOPC.HHS.DK!ARNE
  2. From: ARNE@KOPC.HHS.DK (Arne Vajhxj)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Unable to delete file
  5. Message-ID: <01GSVTGQTYK28WWCMF@kopc.hhs.dk>
  6. Date: 29 Dec 92 08:48:57 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 37
  11.  
  12. > >I couldn't delete a file in my directory, eventhough I have set the
  13. > >protection of owner to RWED, yet I keep reeiving insufficient privelege
  14. > >or file protection violation message.
  15. > Do a DIR/SEC on the file, this will show you any ACLs as well as the UIC-based
  16. > protection.  You might have an ACL on the file which is denying you access.
  17. > Happens to me all the time...  If you have, then look at set file/acl.
  18. > If all you want to do is delete the file, try
  19. > SET FILE filename /ACL=(ID=*,ACC=R+W+E+D+C)
  20. > and then try deleting it.
  21.  
  22. You CAN NOT deny yourself access to an object owned by you with an ACL !
  23.  
  24. If you study the flowchart in figure 4-4 in Guide to System Security, you will
  25. see it documented.
  26.  
  27. Alternatively try:
  28.  
  29.   CREATE Z.Z
  30.   CTRL/Z
  31.   SET ACL/ACL=(ID=yourusername,AC=NONE) Z.Z
  32.   DELETE/LOG Z.Z;*
  33.  
  34. which works OK !
  35.  
  36. ACL's are not the problem (but maybe ownership!).
  37.  
  38.                                                           Arne
  39.  
  40. Arne Vajhxj                             local DECNET:  KO::ARNE
  41. Computer Department                     PSI:           PSI%23831001304030::ARNE
  42. Business School of Southern Denmark     Internet:      ARNE@KO.HHS.DK
  43.  
  44.  
  45.