Function chown

  • Change the ownership of a file. See chown(2)

    Parameters

    • path: string

      Path to the file.

    • owner: number

      The uid to change the file's owner to.

    • group: number

      The gid to change the file's group to.

    Returns Promise<void>

Generated using TypeDoc