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