Penguin
Annotated edit history of EBADFD version 2, including all changes. View license author blame.
Rev Author # Line
1 KevinGeorge 1 Bad File Descriptor. This should be returned when you try to use a syscall that takes
2 a FD, and you have passed it a FD that is not open.
3
4 This could happen with open(2), read(2), write(2), select(2), etc ...
2 JohnMcPherson 5
6 cat: /dev/net/tun: File descriptor in bad state