aboutsummaryrefslogtreecommitdiff
path: root/pkg/system/doc/protect.hlp
blob: 6a0049e41e6ce89e390848b4eb47f13ada5dca58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.help protect Nov84 system
.ih
NAME
protect -- protect files from deletion
.ih
USAGE
protect files
.ih
PARAMETERS
.ls files
A template specifying the file or files to be protected.
.le
.ih
DESCRIPTION
\fIProtect\fR asserts protection from deletion for the specified files.
A protected file can be deleted only by first "unprotecting" it.
File protection is preserved when a file is copied or renamed,
even when copied or renamed to a remote network node,
but may be lost when a file is backed up on tape and later restored
(depending upon what utility one uses).  Note that imagefiles are
automatically protected to prevent accidental deletion of the header
file, leaving a "zombie" pixel file somewhere on disk.
.ih
EXAMPLES

1. Protect the file "paper.ms" from deletion, accidental or otherwise.

	cl> protect paper.ms

2. Protect all the ".ms" files from deletion.

	cl> protect *.ms
.ih
SEE ALSO
unprotect, delete
.endhelp