mirror of
https://github.com/david-schmidt/Davex.git
synced 2025-10-31 11:26:44 -07:00
13 lines
195 B
Plaintext
13 lines
195 B
Plaintext
|
|
lock -- make a file read-only
|
|
|
|
syntax: lock <pathname>
|
|
|
|
ex: lock this
|
|
lock =:txt
|
|
|
|
Disallows rename, delete, and write for file. Wildcards are
|
|
allowed.
|
|
|
|
(see also: unlock, prot)
|