1·Table 3 summarizes the symbolic and octal representation for the three access modes discussed here.
表3总结了这里讨论的3种访问模式的符号和八进制表示。
2·And the final constructor takes the string of characters "100" — but this time creates an integer using base 8, which is more commonly known as base octal.
最后一个构造函数也采用了字符串“100”——但是它使用基数8来创建整数值,通常称为八进制。
3·Combining this with the earlier permission information, you can see that the full octal representation corresponding to Greg's lpi101 permissions and access modes of drwxrwsr-t is 3775.
将这些和早先的权限信息结合在一起,您可以看到对应greg的lpi101权限和drwxrwsr - t访问模式的完整的八进制表示是3775。
4·In the output above, Git is telling us about file modes; 100644 refers to the octal version of the permission bits on those files.
在上面的输出当中,Git向我们显示有关文件模式的信息;100644表示这些文件的权限的八进制版本。
5·While the ls command does not display the octal permissions, you can display them using the find command as shown in Listing 12.
虽然ls命令不显示八进制权限,您可以使用find命令进行显示,如清单12清单12所示。