Read the mask both ways
Read the mask both ways
Answer
umask umask -S
The first prints four octal digits, e.g. `0022` — the bits withheld. The second prints the same mask as the permissions that are left, e.g. `u=rwx,g=rx,o=rx`.
Sarwar & Koretsky 3e §5.5.4