Linux scp命令詳述
簡介
scp是secure copy的簡寫,用於在Linux下進行遠端拷貝檔案的命令,和它類似的命令有cp,不過cp只是在本機進行拷貝不能跨伺服器,而且scp傳輸是加密的。可能會稍微影響一下速度。當你伺服器硬碟變為只讀 read only system時,用scp可以幫你把檔案移出來。另外,scp還非常不佔資源,不會提高多少系統負荷,在這一點上,rsync就遠遠不及它了。雖然 rsync比scp會快一點,但當小檔案眾多的情況下,rsync會導致硬碟I/O非常高,而scp基本不影響系統正常使用
命令格式:
scp [引數] [原路徑] [目標路徑]
原文地址: linux scp命令詳述
相關文章
- Linux的scp命令詳解Linux
- linux命令---scpLinux
- Linux scp命令Linux
- Linux SSH & SCP命令Linux
- Linux小技巧scp命令Linux
- scp命令
- 常用scp命令
- 常見命令--SCP
- SCP命令的使用
- Linux常用網路傳輸工具命令,ssh、curl、wget、scpLinuxwget
- scp命令使用方法
- 簡述Linux chmod命令的知識Linux
- 在 Linux 上安全傳輸檔案的 14 SCP 命令示例Linux
- Linux at命令詳解Linux
- 在 Windows 上使用 scp 命令Windows
- scp命令 用於Linux之間複製檔案和目錄Linux
- linux top 命令詳解Linux
- linux命令詳解:sortLinux
- linux top命令詳解Linux
- Linux screen 命令詳解Linux
- Linux find 命令詳解Linux
- Linux xargs 命令詳解Linux
- Linux sed 命令詳解Linux
- Linux awk 命令詳解Linux
- Linux iptables 命令詳解Linux
- Linux xattr 命令詳解Linux
- Linux locate 命令詳解Linux
- Linux netstat 命令詳解Linux
- Linux firewalld 命令詳解Linux
- Linux ss 命令詳解Linux
- Linux nc 命令詳解Linux
- Linux history 命令詳解Linux
- Linux sort 命令詳解Linux
- Linux diff命令詳解Linux
- 詳解Linux chkconfig命令Linux
- Linux chattr命令詳解Linux
- Linux命令top詳解Linux
- Linux umask 命令詳解Linux