python 拷贝文件时间:2021-11-09 04:42:46使用绝对目录: import os import shutil shutil.copyfile("/opt/test/update.tar.gz","/opt/update.tar.gz")