Display permissions string (drwxr-xr-x) in number format (i.e. 755).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
128 B

10 years ago
  1. PermissionsConverter
  2. ====================
  3. Simply converts file/directory permissions from "-rwxr-xr-x" format to "755" format.