I am trying to run the following command from Oracle ZFS docs and it fails:
$ chmod A+user:myusr:add_subdirectory:fd:allow /tank
chmod: invalid mode: ‘A+user:myusr:add_subdirectory:fd:allow’
Try 'chmod --help' for more information
Version: Ubuntu 20.04.1 LTS Oracle Doc: https://docs.oracle.com/cd/E19253-01/819-5461/gebxb/index.html
Am I missing something?
chmod
from Solaris and does not apply to Linux. – schily Sep 14 '20 at 23:31