如何在没有监控或没有第三方工具的情况下监控远程centos主机中的文件变化

How to monitor file changes in remote centos host without monitoring or without third party tools

如何监控远程centos主机的文件变化。 没有监控工具,也没有第三方工具。

如果您只是想只使用 python,那么试试这个 watchdog。至于远程使用socket,API,RPC...