In what situations is octal base used?

后端 未结 9 1008
情话喂你
情话喂你 2020-12-01 17:35

I\'ve seen binary and hex used quite often but never octal. Yet octal has it\'s own convention for being used in some languages (ie, a leading 0 indicating octal base). When

9条回答
  •  执笔经年
    2020-12-01 18:30

    Octal is used as a shorthand for representing file permissions on UNIX systems. For example, file mode rwxr-xr-x would be 0755.

提交回复
热议问题