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
File descriptor for ioctl call to make a controlling terminal...


linuxprocessfile-descriptorioctlpty

Read More
Parse command output to a variable with file descriptors...


cfile-descriptor

Read More
Dup2() usage and output redirection...


linuxstdinsystem-callsfile-descriptordup2

Read More
Process array using a single pipe...


cpipencursesfile-descriptormultiprocess

Read More
File descriptor before a command...


linuxfilefile-descriptorio-redirection

Read More
cat only prints one file descriptor...


catfile-descriptor

Read More
Is it ok to pass a socket to a function as const?...


cwindowssocketswinsockfile-descriptor

Read More
Redirect stdio over TLS in Rust...


sslrustfile-descriptorstdio

Read More
Check the open FD limit for a given process in Linux...


linuxscriptingoperating-systemlimitfile-descriptor

Read More
Looping through the content of a file in Zsh...


zshfile-descriptor

Read More
how is select() alerted to an fd becoming "ready"?...


clinuxsocketsmessagingfile-descriptor

Read More
How to delete a file in C using a file-descriptor?...


clinuxfilefile-descriptor

Read More
Why can a program, which writes to a file, keep running without any error even if the file has been ...


linuxfileloggingfile-descriptor

Read More
Is there a way to arbitrarily chunk command line output into x amount of bytes per chunk?...


linuxshellshfile-descriptorbusybox

Read More
golang: `os.Stdin.Read` doesn't handle input consisting of a sole EOF?...


gostdineofcatfile-descriptor

Read More
Why is the automatically generated file descriptor starting at 3?...


pythonfile-descriptortemporary-files

Read More
Is it possible to redirect file descriptor 3 to a variable?...


bashvariablesfile-descriptorio-redirection

Read More
Get amount of bytes available in socket/file-descriptor with python...


pythonsocketsposixfile-descriptor

Read More
Seeking a simple description regarding 'file descriptor' after fork()...


cunixforkfile-descriptor

Read More
Correct fd for a shell prompt...


cshellunixfile-descriptor

Read More
SIGPIPE due to file descriptors and process substitution...


bashfile-descriptorbash-trapprocess-substitution

Read More
zsh: Do I need to close file descriptors?...


zshfile-descriptorio-redirection

Read More
Piping the stdout of a command to the stdin of another other using shared file and dup2()...


cunixposixfile-descriptordup

Read More
Why FD_SET/FD_ZERO for select() inside of loop?...


c++selecttcpfile-descriptor

Read More
Opening and writing to multiple files in C...


cunixfile-descriptor

Read More
Ubuntu Linux send file descriptor with Unix Domain Socket...


clinuxsocketsfile-descriptor

Read More
Write at specific position at a file with open()...


c++cfile-descriptor

Read More
Subprocess opened with PIPE still reading input from terminal...


pythonlinuxsubprocesspopenfile-descriptor

Read More
How does 'passing file descriptors between processes' work?...


clinux-kernelfile-descriptorunix-socket

Read More
BackNext