Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Why is "setsockopt()" needed if "fcntl()" also manipulates file descriptors?

c sockets posix nonblocking

Why perror() changes orientation of stream when it is redirected?

Why do some POSIX functions get a element number and element size parameters?

c posix

Match and Replace ![foo](/bar/) with Regex in SED

regex bash sed posix

Throw an exception into another thread

Do (POSIX) Operating Systems recover resources after a process crashes?

Is wait(NULL) well defined?

c posix

Sending SIGUSR1 IPC in Windows

C write/read detection on memory block

c linux posix mprotect

Are Posix I/O operations on filenames sequentially coherent?

c io posix read-write

How can I code command line interface?

Block signals for complete process in a multithreaded environment

c linux pthreads signals posix

How does one test if a file is LOCKED and/or read-only without opening?

How to communicate pid from one PHP process to another?

php linux posix

Why can't a bind linux service to the loop-back only?

Parsing a list of parameters built programmatically does not work with getopt

c gcc command-line posix getopt

Difference between Unix domain SOCK_DGRAM and SOCK_SEQPACKET?

c linux sockets unix posix