Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in file-descriptor

Closing/cleaning up "mixed" file descriptors / sockets

c sockets io file-descriptor

How to read exactly one line?

c++ sockets file-descriptor

strace: Any sense in `dup2(A, B); close(B)`?

JVM Freeze under high load in longevity tests

In C, are file descriptors that the child closes also closed in the parent?

c pipe fork file-descriptor

Linux proc/pid/fd for stdout is 11?

linux sh file-descriptor

Android file descriptor leakage debuging

Connection pool and File handles

How should I manage ::std::cout after changing file descriptor 1 to refer to a different file?

Is there a file descriptor leak when using sockets on a linux platform?

How can I programmatically get the list of open file descriptors for a given PID on OS X?

c macos pid file-descriptor

Write to file descriptor 3 without writing to disk?

bash shell file-descriptor

Multiprocessing and sockets in Python

What does dup2() do in C

c pipe file-descriptor dup2

sh: How do I avoid clobbering numbered file descriptors?

Do I understand how Unix file descriptors work in C?

Closing opened file descriptors in child process