Help for this page

Select Code to Download


  1. or download this
    $ grep -lri mode_t /usr/include
    $ # as usual, do sceptically eyeball sys and linux,
    ...
    #define    __S_IEXEC    0100    /* Execute by owner.  */
    
    # strange - this file doesn't define access macros for group/other..