Re: create directory
- From: Tad Winters <stafford.no.spam.winters2@xxxxxxxxxxx>
- Date: Tue, 27 Feb 2007 18:16:55 GMT
"Bob Jones" <email@xxxxxx> wrote in
news:BWMEh.2237$jx3.800@xxxxxxxxxxxxxxxxxxxxxxxxxx:
I am a beginner in VMS, coming from UNIX. Trying to create a new
directory under the current directory, but forgot to use the '.'.
create /directory [newdir]
Now I cannot find where this dir is created. Please help!
I will not automatically assume SYS$DISK was referring to the MFD. It may
have been that your default was USERS:[BJONES] at the time you issued the
command. In that case, you should be able to:
$ set protection=w:rwed [000000]newdir.dir
$ delete [000000]newdir.dir;
and the directory will be gone.
USERS could easily be a rooted logical whose equivalence is something like:
DISK$DATA:[USERS.]
(in the system logical name table and the concealed attribute.)
.
- References:
- create directory
- From: Bob Jones
- create directory
- Prev by Date: Re: OT: Quebec Health Care Virus
- Next by Date: Re: SpamAssassin
- Previous by thread: Re: create directory
- Next by thread: Re: create directory
- Index(es):
Relevant Pages
|