User reported when using the copyFile() function in a nodejs app, the function call fails with the error message ENOTSUP: operation not supported on socket, copyfile.
Following the POSIX API, there are 2 versions of the function: unix_copy_file(), and unix_fcopy_file(). One works with file descriptors, and is preceded with f (like fchmod(), fchown(), fstat() et ...