Comment modifier les autorisations de fichiers dans la langue C

SYNOPSIS
   #include <sys/stat.h>

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

...
Jittery Jellyfish