Copy Files from one system to other with in the same network
-> Login as root or any user. syntax:scp source_path destination_path cmd: scp postgres@10.16.16.59:/DB/installation_files/postgresql-9.5.8.tar.gz /opt/ -> Then it will prompt for the password of the destination system user then the file…