Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in file-descriptor

How can I detect when someone opens the slave side of a pty (pseudo-terminal) in Linux?

linux file file-descriptor pty

How to write to a named file descriptor in Bash?

bash file-descriptor

Read/write from file descriptor at offset

c file-descriptor

File descriptor leak example?

Empty or "flush" a file descriptor without read()?

c flush file-descriptor

What does the FD column of pipes listed by lsof mean?

How to close file descriptor via Linux shell command

linux shell file-descriptor

Duplicate file descriptor with its own file offset

Check if socket is listening in C

c sockets file-descriptor

PHP / MYSQL connection failures under heavy load through mysql.sock

two file descriptors to same file

What's a file descriptor's "exception"?

How to iterate through a fd_set

c++ c select file-descriptor

Retrieving file descriptor from a std::fstream [duplicate]

c++ fstream file-descriptor

C's printf and fprintf(stdout,) are not printing

c file-descriptor printf

Increasing limit of FD_SETSIZE and select

c linux file-descriptor

PhantomJS: exported PDF to stdout

Is there a need to close file descriptors before exit?

c embedded file-descriptor

how is select() alerted to an fd becoming "ready"?

How to write data to existing process's STDIN from external process?