Hi guys,
I was just wondering about doing ssh.
I was in prod atm and I did
ls -l ~/Script/*
It came up with my list of file right ?
After that I did
ssh ypdrp01 ls -l ~/Script/*
It came up with this
So whatever file in Prod but not in DR, they will show me no such file or directory.
Seems they did comparison even I didn't ask to, could you guys give some light why this happen ?
Thx
I was just wondering about doing ssh.
I was in prod atm and I did
ls -l ~/Script/*
It came up with my list of file right ?
After that I did
ssh ypdrp01 ls -l ~/Script/*
It came up with this
Code:
ls: /home/t003947/Script/RemoveBackupData.ksh: No such file or directory
ls: /home/t003947/Script/StatusReport.ksh: No such file or directory
ls: /home/t003947/Script/TechStatusReport.ksh: No such file or directory-rwxr-xr-x 1 t003947 marsprod 621 Aug 10 17:21 /home/t003947/Script/CheckMissingFiles.ksh
So whatever file in Prod but not in DR, they will show me no such file or directory.
Seems they did comparison even I didn't ask to, could you guys give some light why this happen ?
Thx