fuse_fs_chown
int fuse_fs_chown(struct fuse_fs *fs, const char *path, uid_t uid, gid_t gid);
int fuseError = fuse_fs_chown(fFS, path, uid, gid);