S_IRWXU top-level constant

int const S_IRWXU

read, write, execute/search by owner 0000700 RWX mask for owner */

Implementation

const int S_IRWXU = 448;