目录linux文件系统的权限规则1. 权限的二进制与八进制对应2. 组合权限计算3. 用户组与权限表示4. 特殊权限位(SetUID/SetGID/Sticky)内核提供的接口基本信息权限计算示例使用注意事项一些使用技巧总结umask这个接口
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