1CPMCHMOD(1) User commands CPMCHMOD(1)
2
3
4
6 cpmchmod - change file mode on CP/M files
7
9 cpmchmod [-f format] [-u] image mode file-pattern ...
10
12 Cpmchmod changes the file mode for files on CP/M files.
13
15 -f format
16 Use the given CP/M disk format instead of the default format.
17
18 -T libdsk-type
19 libdsk driver type, e.g. tele for Teledisk images or raw for raw
20 images (requires building cpmtools with support for libdsk).
21
22 -u Show all CP/M file names in upper case.
23
24 mode Octal file mode, as used in chmod(1).
25
27 Upon successful completion, exit code 0 is returned.
28
30 Any errors are indicated by exit code 1.
31
33 CPMTOOLSFMT Default format
34
36 /usr/share/cpmtools/diskdefs CP/M disk format definitions
37
39 This program is copyright 1997–2021 Michael Haardt <michael@moria.de>
40 and copyright 2000, 2001, 2011 John Elliott <jce@seasip.demon.co.uk>.
41
42 This program is free software; you can redistribute it and/or modify it
43 under the terms of the GNU General Public License as published by the
44 Free Software Foundation; either version 3 of the License, or (at your
45 option) any later version.
46
47 This program is distributed in the hope that it will be useful, but
48 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
49 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
50 Public License for more details.
51
52 You should have received a copy of the GNU General Public License along
53 with this program. If not, write to the Free Software Foundation,
54 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
55
57 cpmls(1), chmod(1), cpm(5)
58
59
60
61CP/M tools November 2, 2022 CPMCHMOD(1)