3.1 Numeric mode

To use the symbolic mode, you need to first understand how the bits are represented in octal (base-8) numbers:

Using the symbolic mode, you can add up all the values representing the bits to be set. For example, the following comnand will allow all permissions to the user owner, read and execute only for the group owner, and no permission for others:

chmod 750 secret