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 仓库。