home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.vms
- Path: sparky!uunet!elroy.jpl.nasa.gov!ames!nsisrv!author.gsfc.nasa.gov!rkoehler
- From: rkoehler@author.gsfc.nasa.gov (BOB KOEHLER)
- Subject: Re: Unable to delete file
- Message-ID: <29DEC199208544270@author.gsfc.nasa.gov>
- News-Software: VAX/VMS VNEWS 1.4-b1
- Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
- Nntp-Posting-Host: author.gsfc.nasa.gov
- Organization: CSC System Sciences Division
- References: <009658B3.F3FE06A0.30649@VAX1.Bemidji.MSUS.EDU>
- Date: Tue, 29 Dec 1992 13:54:00 GMT
- Lines: 27
-
- In article <009658B3.F3FE06A0.30649@VAX1.Bemidji.MSUS.EDU>, ts117@VAX1.BEMIDJI.MSUS.EDU (TANDI SUNARTO) writes...
- >Hi, everybody !
- >
- >I couldn't delete a file in my directory, eventhough I have set the
- >protection of owner to RWED, yet I keep reeiving insufficient privelege
- >or file protection violation message.
- >
- >What should I do ?
- >
- >Tandi.
- >TS117@VAX1.BEMIDJI.MSUS.EDU
- >
- This looks like for some reason you don't have write access to the
- directory file. Or you're not the owner of the file. Try
- DIRECTORY/SECURITY on both the file and the directory it's in:
-
- such as:
-
- for DISK1:[TOP.NEXT]A.B;2
-
- dir/sec DISK1:[TOP.NEXT]A.B;2
- dir/sec DISK1:[TOP]NEXT.DIR;1
-
- or for DISK1:[TOP]AC.B;4
-
- dir/sec DISK1:[TOP]AC.B;4
- dir/sec DISK1:[000000]TOP.DIR;1
-