ENODATAENODATA — No Data Available
No data is available from the STREAMS device or no named attribute was found.
ENOTEMPTYAn attempt was made to remove a directory that still contains entries.
The rmdir() system call was used on a directory that still has files or subdirectories inside it.
Remove all contents first, then remove the directory. Use rm -rf to recursively delete a directory and its contents. Check for hidden files with ls -la.
# Remove directory and contents
rm -rf /path/to/directoryENODATANo data is available from the STREAMS device or no named attribute was found.
SIGPROF (27)A profiling timer set with setitimer(ITIMER_PROF) expired.
ENOMEMThe system does not have enough available memory to fulfill the allocation request.
ENOBUFSThe system does not have enough network buffer space to complete the operation.
ENOLCKThe system has exhausted its pool of file locks.
ENOTDIRA component used as a directory in a pathname is not actually a directory.