Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in file-descriptor

How to use php://fd/ wrapper?

php linux file-descriptor

Reading a file in C with File Descriptor

c file file-descriptor

How to find more information about the file descriptor?

python c file-descriptor

What does gcc -E mean? [duplicate]

c gcc file-descriptor

Not sure how flock works. Need some clarification

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

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