>>106497816
>so not at all??
He's fucking with you. cp in this context refers to the copy paste command installed on all Linux systems allowing someone to copy a file and paste it somewhere else. example:
cp database.db database_backup.db
Secure copy paste or scp is just doing that but over the internet using an IP or ssh config. Usually you need ssh access to do it.