Рет қаралды 18,461
This video demonstrates on how to copy files and folders between two Linux machines using SCP command.
Commands used.
ls = to display contents
cd = change directory
apt install = installing a program on a debian based machine
apt autoremove = removing a program on a debian based machine
systemctl status = to check status of a service
systemctl start = to start a service
systemctl stop = to stop a service
scp = command to copy files from a source to destination (scp source-file username@destination-computer:/destination-location)