1、把home下的test.yml复制到root目录下 In [43]: import shutil In [42]: shutil.copy(‘/home/test.yml‘,‘/root/‘) Out[42]: ‘/root/test.yml‘
python中复制文件
原文:https://www.cnblogs.com/effortsing/p/10339757.html