[Info-vax] SSH from VMS to 3Par
Lawrence D’Oliveiro
lawrencedo99 at gmail.com
Mon Oct 11 20:20:43 EDT 2021
On Tuesday, October 12, 2021 at 3:48:43 AM UTC+13, pcoviello at gmail.com wrote:
> FACSSAN1 cli% pwd
> /
> FACSSAN1 cli% cd /etc/ssh
> couldn't change working directory to "/etc/ssh": no such file or directory
> FACSSAN1 cli% cd /etc
> FACSSAN1 cli% pwd
> /etc
> FACSSAN1 cli% ls
> invalid command name "ls"
> FACSSAN1 cli% dir
> invalid command name "dir"
> FACSSAN1 cli% cd ssh
> couldn't change working directory to "ssh": no such file or directory
> FACSSAN1 cli%
Is that supposed to be some kind of *nixish shell? If there is no ls command, maybe shell wildcard expansion will still work. Try
echo /etc/*
to see what’s in /etc.
More information about the Info-vax
mailing list