Note:
Command names and parameters can be abbreviated (shortened) when
giving commands to the VAX/VMS system. So, find out how much
for the words you enter in this lab. It can save quit a bit
of time.
$ copy class:heaven.txt *
SHOW PROTECTION
command to show your default protection.
SET PROTECTION
command to change the OWNER
protection
of the file HEAVEN.TXT to READ
, WRITE
, and
EXECUTE
(remove DELETE
).
Check it with the DIRECTORY/PROTECTION
command.
$ SET PROTECTION=OWNER:RWE HEAVEN.TXT
GROUP
and
WORLD
users READ
and EXECUTE
access.
Check the protection with
the DIRECTORY/PROTECTION
command.
$ SET PROTECTION=(GROUP:RE,WORLD:RE) *.COM;*
DIRECTORY /PROTECTION /OUTPUT=PROTECT.LIS
GROUP
and WORLD
access back to
NONE
.
$ SET PROTECTION=(GROUP,WORLD) *.COM;*
Place the lab in the instructor hand-in box in BUS R6E, the "terminal room".Your-Name Lab 4.17: VAX File Protections TABER CSC135