Prev, Top Notes, Next

Strange and Interesting System Calls
Same cause, different errno(3) values

symlink(2)
EPERM: The file system containing newpath does not support the creation of symbolic links.
statfs(2), statvfs(2)
ENOSYS: The file system does not support this call.
fsync(2)
EINVAL: fd is bound to a special file which does not support synchronization.