coreutils / src /chown.h
AryaWu's picture
Upload folder using huggingface_hub
78d2150 verified
/* This is for the 'chown' program. */
#define CHOWN_CHOWN 1
/* This is for the 'chgrp' program. */
#define CHOWN_CHGRP 2
extern int chown_mode;