OpenAdmin

@shock72 said:

So Im basically stuck in one directory where i landed, have the other user account names but thats all.

any nudges as to how I find creds for the users? I read something about doing curls but i’m not sure how to go about that

You don’t need to change directories. Almost every linux command accepts a path.

For example instead of typing cd ./path/to/sub/folder; ls you can just as easily use ls ./path/to/sub/folder

Same with cat - cat ./path/to/sub/folder/interestingFile.php works.