Search code examples
What is the theoretical maximum number of open TCP connections that a modern Linux box can have...


tcplinux-kernelportfile-descriptor

Read More
Unable to flush stdout: Bad file descriptor...


perlstdoutipcfile-descriptorstderr

Read More
How to determine if a file descriptor is seekable?...


cposixfile-descriptor

Read More
4-Argument-Select-Question...


perlselectfilehandlefile-descriptor

Read More
What's the use of FileDescriptor class in Java and its in,out and err methods?...


javastreamfile-descriptor

Read More
Difference between select() and fcntl()...


cunixfile-descriptorfcntlposix-select

Read More
How to write data to a specific fd using Python Pwntools...


pythonpipefile-descriptorctfpwntools

Read More
How to deal with open() returning 1...


ciofile-descriptor

Read More
How to redirect a file descriptor assigned to a variable?...


bashfile-descriptor

Read More
What's the difference between a file descriptor and a file pointer?...


cfile-descriptorfile-pointer

Read More
How to check the number of open connections in node.js?...


javascriptcometnode.jsfile-descriptorevented-io

Read More
Python Request Session throws connection errors after exactly six hours...


python-requestsraspberry-pifile-descriptor

Read More
What can lead to "IOError: [Errno 9] Bad file descriptor" during os.system()?...


pythonsubprocessposixfile-descriptorioerror

Read More
How to find next available file descriptor in Bash?...


bashfile-descriptorsubshellprocess-substitution

Read More
Python Requests with stream=True not working as supposed when using pipe mechanic. Trying to get dis...


pythonpython-requestsvideo-streamingfile-descriptorffprobe

Read More
C `FILE` stream from Python BufferedIO object...


pythoncfile-descriptor

Read More
can starvation happen due to select serving few fd while other fd starve?...


cnetwork-programmingselectfile-descriptor

Read More
Why is STDIN_FILENO always zero?...


cfile-descriptorstdiotty

Read More
Determine if two fds are duplicates?...


linuxunixfile-descriptor

Read More
Combine multiprocessing with subprocess stdin...


pythonmultiprocessingsubprocessfile-descriptor

Read More
How to use a variable to indicate a file descriptor in bash?...


bashioexecfile-descriptor

Read More
Android Java IOException read failed EBADF (Bad File Number) From File descriptor/Input Stream...


javaandroidbitmapdecodefile-descriptor

Read More
How to show which instance has the file descriptor of a specific file in Java...


javafile-descriptor

Read More
What does >& mean?...


bashiofile-descriptorio-redirection

Read More
How create pipes to non-standard file descriptors using posix_spawn on C++...


c++posixchild-processfile-descriptorspawn

Read More
Given a PID FD (as acquired from `pidfd_open`), how does one get the underlying PID for it?...


linuxprocesssystem-callsfile-descriptor

Read More
How to swap stdout and stderr using `/dev/stdout` and `/dev/stderr`?...


bashshellstdoutfile-descriptorstderr

Read More
issue handle returned buffer with consecutives newlines in my own get_line implementation...


cgetlinefile-descriptor

Read More
Problem extracting a line from a buffer readed from a file descriptor...


cmemory-leaksinfinite-loopgetlinefile-descriptor

Read More
What are file descriptors, explained in simple terms?...


unixoperating-systemfile-descriptor

Read More
BackNext