int fchmod(int fd, mode_t mode);
Changes the file permissions for the file handle fd to mode. Returns zero on success, or the negation of the error code on error.
int fchmod(int fd, mode_t mode);
Changes the file permissions for the file handle fd to mode. Returns zero on success, or the negation of the error code on error.