int chown(char *path, int owner, int group) { return 0; } int link(char *from, char *to) { return -1; }