Method Fuse.Operations()->chown()
- Method chown
int chown(string path, int uid, int gid)
- Description
Change the owner of a file or directory
- Returns
errno or 0
int chown(string path, int uid, int gid)
Change the owner of a file or directory
errno or 0