os.Path.chown

 

The os.Path.chown method is used to change the UNIX owner and group of the specified file. The syntax of the function is as follows:

 

CALL os.Path.chown(f_name, uid, gid) RETURNING result

 

where: