FetchLinux 是一款用于 Linux 系統的自動化工具,主要功能包括下載管理 Linux 發行版鏡像、遠程文件傳輸及系統管理等,以下是其核心使用方式:
apt
,CentOS 用 yum
)或直接從 GitHub 克隆源碼編譯。fetchlinux user@remote_host:/path/to/remote /local/path
(支持遞歸 -r
)。fetchlinux -u user@remote_host /local/path /path/to/remote
(支持遞歸 -r
)。fetchlinux user@remote_host rm /path
或 fetchlinux user@remote_host ls /path
。rsync
)、更新服務等。更多細節可參考官方文檔或 GitHub 倉庫。