$ 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.16: File Protections TABER CSC135