Hi,
I'd like to do sudo mkdir to make a copy of a container directory so I can make it persistent when I do a fresh start of the container (almaLinux).
I connect to the SSH CLI container with my public key via PuTTY successfully.
However, when I do sudo mkdir /backup, it asks me for my password.
I tried an empty string, and my RACF password, but neither worked. What password should I use? I'm just using local security, i.e. no LDAP.
I don't recall any password specification in the z/OSMF provisioning workflow apart from the entry of the public key, which works successfully as mentioned above. There doesn't seem to be any string with "password" in any of the JSON files used by the zCX address space. So it's a bit of a mystery at the moment.
Any ideas most welcome.
The aim is to avoid rerunning the Rust installation from scratch with a fresh volume created for almaLinux to use, but if I have to do that all over again, so be it. The steps there were pulling the almaLinux image, starting a container with it, installing gcc into that container, installing Rust into that container, and then doing the basic "hello world" check which worked. So if I can simply copy the Rust and gcc installation into a backup and use that, I'd much prefer to, but if I have to do it all again, I will. It seems there must be a way to avoid that, but I don't see it yet.
Thanks,
Peter
------------------------------
Thanks and regards,
Peter Bishop
------------------------------