linux umask权限
linux之umask权限掩码解读
目录linux文件系统的权限规则1. 权限的二进制与八进制对应2. 组合权限计算3. 用户组与权限表示4. 特殊权限位(SetUID/SetGID/Sticky)内核提供的接口基本信息权限计算示例使用注意事项一些使用技巧总结umask这个接口[详细]
2025-05-30 10:01 分类:运维How to change the default branch to push in mercurial?
I like creating named branches in Mercurial to deal with features that might take a while to code, so when I push I do a hg push -r default to ensure I\'m only pushing changes to the default branch. H[详细]
2022-12-29 02:26 分类:问答