File.chown
You're seeing just the function
chown, go back to File module for more information.
Specs
chown(Path.t(), non_neg_integer()) :: :ok | {:error, posix()}
Changes the owner given by the user ID uid
for a given file. Returns :ok on success,
or {:error, reason} on failure.