zowe / zowe-explorer-intellij

IntelliJ Zowe Plug-in that provides possibility to interact with z/OS features. Has Zowe Kotlin SDK as it's core to interact
Eclipse Public License 2.0
10 stars 4 forks source link

Write permissions are ignored when create USS files #37

Closed KUGDev closed 2 years ago

KUGDev commented 2 years ago

When you try to create a USS file with all RW permissions, the file is created without write permissions for non-owner users: rw-rw-rw- is created as rw-r-r- rwxrwxrwx as rwxr-xr-x, so Group and all-users write permissions are ignored