[edit]
Not hard to remount root as writable
$ sudo mount -uw / Password: $ sudo mv /usr/bin/command /usr/bin/command.save $ tcsh % command -v command command: Command not found. % command -V command command: Command not found. %
% exit exit $ sudo mv /usr/bin/command.save /usr/bin/command $ sudo mount -ur / mount_apfs: volume could not be mounted: Invalid argument mount: / failed with 66
[edit]
Not hard to remount root as writable
Now reversing the changes Looks like I'll have to reboot to get the read-only state back.