Which command is commonly used for securely copying files between remote systems?
- scp
- ls
- cat
- mv
The scp (secure copy) command is commonly used for securely copying files between remote systems. It uses SSH to encrypt the data during the transfer, ensuring security.
Loading...
Related Quiz
- Which command allows you to change directories in the terminal?
- How can you generate a new pair of public and private keys for SSH authentication?
- You are an administrator and receive a report that a user is not able to execute certain commands with sudo. Where would you primarily look to diagnose the issue?
- For performance enhancement, QEMU often pairs with which Linux kernel module?
- SELinux operates under what primary modes?