StackOverflow 文档 Python Language 教程 os 模块 更改文件的权限 更改文件的权限 Created: November-22, 2018 os.chmod(path, mode) 其中 mode 是所需的权限,以八进制表示。 按照符号链接(POSIX)