home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 19990 < prev    next >
Encoding:
Text File  |  1992-12-29  |  1.3 KB  |  41 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!nsisrv!author.gsfc.nasa.gov!rkoehler
  3. From: rkoehler@author.gsfc.nasa.gov (BOB KOEHLER)
  4. Subject: Re: Unable to delete file
  5. Message-ID: <29DEC199208544270@author.gsfc.nasa.gov>
  6. News-Software: VAX/VMS VNEWS 1.4-b1  
  7. Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
  8. Nntp-Posting-Host: author.gsfc.nasa.gov
  9. Organization: CSC System Sciences Division
  10. References: <009658B3.F3FE06A0.30649@VAX1.Bemidji.MSUS.EDU>
  11. Date: Tue, 29 Dec 1992 13:54:00 GMT
  12. Lines: 27
  13.  
  14. In article <009658B3.F3FE06A0.30649@VAX1.Bemidji.MSUS.EDU>, ts117@VAX1.BEMIDJI.MSUS.EDU (TANDI SUNARTO) writes...
  15. >Hi, everybody !
  16. >I couldn't delete a file in my directory, eventhough I have set the
  17. >protection of owner to RWED, yet I keep reeiving insufficient privelege
  18. >or file protection violation message.
  19. >What should I do ?
  20. >Tandi.
  21. >TS117@VAX1.BEMIDJI.MSUS.EDU
  22.    This looks like for some reason you don't have write access to the   
  23.    directory file.  Or you're not the owner of the file.  Try 
  24.    DIRECTORY/SECURITY on both the file and the directory it's in: 
  25.  
  26.    such as:
  27.  
  28.     for DISK1:[TOP.NEXT]A.B;2
  29.  
  30.     dir/sec DISK1:[TOP.NEXT]A.B;2
  31.     dir/sec DISK1:[TOP]NEXT.DIR;1
  32.  
  33.    or for DISK1:[TOP]AC.B;4
  34.  
  35.     dir/sec DISK1:[TOP]AC.B;4
  36.     dir/sec DISK1:[000000]TOP.DIR;1
  37.