Как изменить разрешения на файлы на языке C

SYNOPSIS
   #include <sys/stat.h>

   int chmod(const char *path, mode_t mode);

...
Jittery Jellyfish