Search code examples
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
How to write data to a specific fd using Python Pwntools...


pythonpipefile-descriptorctfpwntools

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
How can I force a call to read(2) to return EINVAL?...


linuxunixfile-descriptorerrno

Read More
protofile.proto: A file with this name is already in the pool...


pythonprotocol-buffersgrpcfile-descriptor

Read More
How to check if a given file descriptor stored in a variable is still valid?...


clinuxgccfile-descriptor

Read More
Are additional changes necessary for worker_rlimit_nofile to take effect?...


nginxnginx-configfile-descriptorulimit

Read More
How to construct a c++ fstream from a POSIX file descriptor?...


c++posixfstreamfile-descriptor

Read More
File descriptor handling during Fork syscall...


clinuxforkposixfile-descriptor

Read More
BackNext