Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in file-descriptor

Theoretical limit of file descriptors in Linux

linux ram file-descriptor

Node.js - Properly closing fd with multiple streams

Could an existing fd always be duplicated both as input and output?

Why does file descriptor remain after TCP connection is CLOSED?

unix tcp file-descriptor

Are files descriptors closed when process terminates in Linux?

Read() call returns -1 in prime sieve program

c unix pipe file-descriptor

Passing socket descriptor between two processes using shared memory

How to run a command using pipe?

c unix pipe file-descriptor

In Python, how are custom file descriptors used for input and output, including defaults setup and final closing?

How do I create a file descriptor backed by a simple char array?

bash script duplicating i/o using a file descriptor like it were tee

Difference between os.close(0) & sys.stdin.close()

Pass handle down pipeline

Duplicating file descriptor and seeking through both of them independently

c linux file-descriptor

File descriptors before fork()

c unix fork file-descriptor

Opening and writing to multiple files in C

c unix file-descriptor

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

Bad File Descriptor with Linux Socket write() Bad File Descriptor C

What could cause "bad file descriptor" in multithreaded environment?