Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Cancellation points in signal handlers?

Which functions are interrupted by signals even with SA_RESTART?

c posix signals

Is there a way on a POSIX system to atomically create a directory if it doesn't exist?

c posix

How can I turn either a Unix POSIX file descriptor or standard input Handle into a Socket?

Java - unable to create directory with 777 permission (has 775 instead) [duplicate]

How to write shebang when using features of minor versions

How to create a file only if it doesn't exist

haskell posix

How to keep track of all descendant processes to cleanup?

What does it mean to POSIX that a thread is "suspended"?

c posix language-lawyer

Semantics of Linux O_PATH file descriptors?

c linux posix

Difference between raise(SIGABRT) and abort() methods

c++ c posix sigabrt

When exactly is gcc __attribute__((constructor)) run?

passing -1 as file descriptor to mmap

linux posix

POSIX shell comments in command-substitutions

In C, how to I get to a specified directory?

c recursion posix directory

Are shell aliases POSIX compliant?

shell posix alias

C streams: Copy data from one stream to another directly, without using a buffer

c linux stream posix

Zombie process even though threads are still running

fseek passing negative offset and SEEK_CUR

c posix fseek

Single sender and multiple receiver processes using posix message queue in linux

linux posix sysv