S_IREAD
st->st_mode = S_IREAD;
if ((statbuf.st_mode & S_IREAD) == 0)
if ((stat(path, &st) == 0) && (st.st_mode & (S_IREAD >> 6))) {