MU-VMS Archives

June 1994

MU-VMS@LISTSERV.MIAMIOH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Kent Covert <[log in to unmask]>
Reply To:
Miami University VMS Discussion <[log in to unmask]>
Date:
Tue, 14 Jun 1994 07:56:19 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (24 lines)
In article <1994Jun13.225115.26234@miavx1>, [log in to unmask]
writes:
> How does one give themselves the rights to delete directories?
>
> I have some old ones I would like to get rid of!!
 
If you have a directory called TEST.DIR that you want to delete, issue the
following commands:
 
$ SET FILE/PROT=(O:RWED) TEST.DIR
$ DELETE TEST.DIR;
 
The first command will set the protections on the directory to give the
(O)wner the protections of: (R)ead, (W)rite, (E)xecute, and (D)elete.  The
second command, of course, deletes the directory.  BTW, the directory must
be empty before you can delete it.
 
--
                                     Kent Covert, Software Coordinator
                                     Miami Computing and Information Services
                                     Miami University, Oxford, OH
                                     [log in to unmask]  (internet)
                                     kacovert@miavx1                 (bitnet)

ATOM RSS1 RSS2