gpt4 book ai didi

python - (python) st_mode 的含义

转载 作者:太空狗 更新时间:2023-10-29 22:01:19 27 4
gpt4 key购买 nike

谁能告诉我 ST_MODE 函数中的数字是什么意思?

例子:

>>>import os
>>>stat = os.stat('/home')
>>>print stat.st_mode
16877

它打印 16877。那是做什么用的?

最佳答案

文件的权限位。

>>> oct(16877)
'040755'

有关详细信息,请参阅各种 stat.S_* 属性。

关于python - (python) st_mode 的含义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4087427/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com