|
|
DataMuseum.dkPresents historical artifacts from the history of: Commodore CBM-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Commodore CBM-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 871 (0x367)
Types: TextFile
Notes: UNIX file
Names: »chmmenu«
└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code
└─⟦f4b8d8c84⟧ UNIX Filesystem
└─⟦this⟧ »unimenu/local/chmmenu«
Text: Change File Protections
Top: 2
Columns: 7
Text: WR-ADD
expl: Add write permission to files
exec: chmod +w ^Enter filename(s): ^
help: man chmod | more
Text: RD-ADD
expl: Add read permission to files
exec: chmod +r ^Enter filename(s): ^
help: man chmod | more
Text: EX-ADD
expl: Add execute permission to files
exec: chmod +x ^Enter filename(s): ^
help: man chmod | more
Text: WR-SUB
expl: Remove write permission from files
exec: chmod -w ^Enter filename(s): ^
help: man chmod | more
Text: RD-SUB
expl: Remove read permission from files
exec: chmod -r ^Enter filename(s): ^
help: man chmod | more
Text: EX-SUB
expl: Remove execute permission from files
exec: chmod -x ^Enter the filename(s): ^
help: man chmod | more
Text: SPECIFY
expl: Specify the permissions for files
exec: chmod {Enter the Permissions: } ^Enter the filename(s): ^
help: man chmod | more