I am new to C programming and learning Commands on Unix for my exam on
Interprocess communication. I would appreciate if anyone can explain
the following command:
int chmod ( const char * pathname, mode_t mode ) ;
What is mode_t in this command?
Interprocess communication. I would appreciate if anyone can explain
the following command:
int chmod ( const char * pathname, mode_t mode ) ;
What is mode_t in this command?
Comment