From b89dae988fc1abdf76f2f022bc215989953c5a5a Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Mon, 6 Sep 2021 16:42:05 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 49164f8..8350ed9 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,12 @@ device. `*CDIR dirname` - create directory `dirname`. `*MKDIR` is a synonym. +`*ACCESS pathname attribs` - change file permisions. The string `attribs` +can contain any of the following: + - `R` - File is readable + - `W` - File is writeable + - `L` - File is locked against deletion, renaming and writing. + `*FX a[,x,y]` - invokes `OSBYTE` MOS calls. `*OPT` - sets file system options. Currently does not do anything.