in reply to (code) Recursive chmod chown chgrp in 30 lines
Several years ago, I wrote the "chmod" command of the Perl Power Tools (PPT). It was interesting to see that "chmod" was implemented differently on all Unix systems I tested (and often, the manual differed from the implementation as well). Figuring out what chmod = file does depending on the permissions of the file (or directory) on the various operating systems was interesting.
Abigail
|
---|