How to Get Octal File Permissions from Command Line in Mac OS
Command line users are likely familiar with using chmod to set file permissions in numerical or octal format, for example running a command like ‘chmod 755 filename’, but have you ever wondered how you can get file permissions in octal format? If you want to see or view the octal numerical value of permissions of … Read More