SandstoneHPC / sandstone-ide

Sandstone IDE
https://sandstonehpc.github.io/
MIT License
12 stars 3 forks source link

Updates to FileOject permissions regex #86

Closed jfx2006 closed 7 years ago

jfx2006 commented 7 years ago

Optional '+' at end allows for files with POSIX ACLs 'S' and 'T' are possibilities - suid & sticky bits without execute permission See https://www.ibm.com/developerworks/community/blogs/brian/entry/every_possible_unix_linux_file_permission_listed_and_explained_all_4_096_of_them

zebulasampedro commented 7 years ago

@jfx2006 Thank you!