Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

how to change file permissions in C language

SYNOPSIS
   #include <sys/stat.h>

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

...
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #file #permissions #C #language
ADD COMMENT
Topic
Name
7+1 =