diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /pkg/system/doc/protect.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/system/doc/protect.hlp')
-rw-r--r-- | pkg/system/doc/protect.hlp | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/pkg/system/doc/protect.hlp b/pkg/system/doc/protect.hlp new file mode 100644 index 00000000..6a0049e4 --- /dev/null +++ b/pkg/system/doc/protect.hlp @@ -0,0 +1,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 |