Running ncdu /tmp fails with the following message:
┌───Error!──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ │
│ Error: could not open /tmp │
│ Error obtaining full path: EDC5146I Too many levels of symbolic links. │
│ │
│ press any key to continue... │
└───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
This is probably because /tmp on this system is a symlink to $SYSNAME/tmp Perhaps the update to zoslib to handle system symbols needs to be applied here?
Running
ncdu /tmp
fails with the following message:This is probably because
/tmp
on this system is a symlink to$SYSNAME/tmp
Perhaps the update to zoslib to handle system symbols needs to be applied here?