I installed openssh on my Drobo 5N. It launches ok and I can ssh into the device. Hooray!
However, once I am logged in…I try to navigate around a bit and in the Shares directory…I can cd into the directory below that…but once I try to go another layer down I am getting:
-sh: cd: can't cd to [directory name]
all of my folders have the permissions:
drwx--S---
I tried to chmod the permissions and got “Operation not permitted”…so I tried to sudo chmod and sudo isn’t found.
Any tips on how to fix this? Should I connect as root and THEN run chmod?