Function fchown

  • Sets the owner of the file. No arguments other than a possible exception are given to the completion callback.

    See the POSIX fchown(2) documentation for more detail.

    Parameters

    Returns void

    Since

    v0.4.7

    See

  • Sets the owner of the file. No arguments other than a possible exception are given to the completion callback.

    See the POSIX fchown(2) documentation for more detail.

    Parameters

    • fd: number
    • uid: number
    • gid: number

    Returns Promise<void>

    Since

    v0.4.7

    See

Methods

  • Asynchronous fchown(2) - Change ownership of a file.

    Parameters

    • fd: number

      A file descriptor.

    • uid: number
    • gid: number

    Returns Promise<void>

Generated using TypeDoc