Search code examples
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
How to deal with open() returning 1...

ciofile-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
Too many open files in system while not actually opening any files...

cmacosfile-descriptor

Read More
Tail command - follow by name on Solaris...

filenamessolarisfile-descriptortail

Read More
Determination of a script piping an output into another script...

bashpipestdinfile-descriptor

Read More
How to use variable for file descriptor with flock?...

linuxbashunixfile-descriptorflock

Read More
Maximum number of file descriptors for pre-allocating a data structure...

linuxfile-descriptor

Read More
Usage of dup2()...

linuxunixgnufile-descriptor

Read More
Strange behavior performing library functions on STDOUT and STDIN's file descriptors...

cunixiofile-descriptor

Read More
How can I redirect outputs from a Python process into a Rust process?...

pythonrustipcfile-descriptorpipelining

Read More
BackNext