zowe / zlux

The top-level superproject for zLUX. zLUX includes the Zowe Desktop framework in addition to several built-in apps and an example server implementation.
Eclipse Public License 2.0
39 stars 42 forks source link

Default path on file tree is not always valid #325

Open jordanCain opened 5 years ago

jordanCain commented 5 years ago

Currently we default to /u/ + username

There are some instances where the users home directory is not /u/username and instead is defined as part of the RACF user profile under the OMVS section.

To find the home directory defined within RACF the following TSO command can be run: TSO LU username OMVS

sladyn98 commented 4 years ago

Hey, this looks like a beginner issue, can I give it a shot ?

jordanCain commented 4 years ago

@sladyn98 This is another issue that would require substantial backend work and is therefore blocked. I've created https://github.com/zowe/zlux/issues/370 which would be a good first issue.