pub const MAX_FILE_MODE: u32 = 0o777;
Maximum possible mode for a file, ignoring special bits, 0o777 = 511 (decimal), aka “rwx”.