Search code examples
How to identify if two file diescriptors point to the same file...


linuxassemblyx86-64file-descriptor

Read More
Share a file descriptor between parent and child after fork and exec...


clinuxexecforkfile-descriptor

Read More
Bad file descriptor when using fdopen?...


cpipefile-descriptorfdopen

Read More
How to write a struct to a file using write() function?...


c++cposixfile-descriptor

Read More
Is there a null file descriptor value in POSIX?...


c++posixfile-descriptor

Read More
passing file descriptors from the main process to its threads...


pthreadsfile-descriptor

Read More
Write to stdin of process listening for messages...


bashshellipcstdinfile-descriptor

Read More
Creating a shell in C. How would I implement input and output redirection?...


clinuxfile-descriptordup2

Read More
linux x86 assembly language sys_read call should have first argument as 0 (stdin)...


linuxassemblyx86file-descriptor

Read More
How do I pass pipe to a C app as a file?...


c++cfilepipefile-descriptor

Read More
Why creating a remote shell using execve doesn't overwrite file descriptors and socket?...


clinuxsocketsfile-descriptorexecve

Read More
Use multiple output stream in python?...


pythonlinuxiofile-descriptor

Read More
Bad file number in simple main function with pipes...


cunixiopipefile-descriptor

Read More
How do I make sure that file handle for every `Child` process is released after every iteration?...


rustfile-descriptorsystems-programming

Read More
Why does bash behave differently, when it is called as sh?...


linuxbashshellfile-descriptor

Read More
Why standard inputs are not mixed in linux?...


clinuxstdinfile-descriptordescriptor

Read More
Problems reading and writing to the same file descriptor in Linux...


clinuxserial-portfile-descriptorread-write

Read More
Why does open make my file descriptor 0?...


cfile-descriptor

Read More
Most efficient way to pass Java socket file descriptor to C binary file...


javacsocketsjava-native-interfacefile-descriptor

Read More
How to access subprocess Popen pass_fds argument from subprocess?...


pythonpython-3.xsubprocesspopenfile-descriptor

Read More
Pipe() and fork()...


cpipeforkfile-descriptor

Read More
Redirect user input to /dev/null...


cfile-descriptor

Read More
Find out what thread opened fd...


c++clinuxfile-descriptor

Read More
Locating file descriptor leak in OS X application...


macosnsurlsessionfile-descriptordtracedtruss

Read More
C - How to detect EOF in pipe when reading only single char?...


cpipeeoffile-descriptor

Read More
In python co-routine, socket.socket() may return an occupied file descriptor...


pythonsocketsfile-descriptorkeyerror

Read More
In Python, how are custom file descriptors used for input and output, including defaults setup and f...


pythonlinuxbashpython-2.7file-descriptor

Read More
C program to print home directory showing "grep: (standard input): Bad file descriptor"...


cgreppipefile-descriptor

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


c++iostreamfile-descriptor

Read More
Pipeline management in linux shell...


linuxbashshellpipelinefile-descriptor

Read More
BackNext