What is "octal"

Sistema Octal is a numbering system based on 8, meaning it uses 8 symbols for the quantity representation.

In the west, these symbols are the Arabic numerals: 0, 1, 2, 3, 4, 5, 6, 7.

Octal has been widely used in computer science as a more compact alternative to binary in machine language programming. Today, the system is more used as an alternative to torque.

Currently, it can be used to assign permissionsenglish to files or directories on systems UNIX.

Example of octal number conversion 354 to the decimal system:

(3 * 82) + (5 * 81) + (4 * 80) = 236 decimal

Source:

Wikipedia - Octal System