Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

How to get a FILE pointer from a file descriptor?

c posix mkstemp

Why does SIGPIPE exist?

posix

How to get the current time in milliseconds from C in Linux?

c linux posix

What is the status of POSIX asynchronous I/O (AIO)?

linux asynchronous posix bsd aio

What is the purpose of fork()?

c unix posix fork

Converting year and month ("yyyy-mm" format) to a date?

r date posix zoo r-faq

How to construct a c++ fstream from a POSIX file descriptor?

What is SEGV_MAPERR?

Is file append atomic in UNIX?

unix file-io posix atomic

CRON job to run on the last day of the month

automation cron posix

How does SIGINT relate to the other termination signals such as SIGTERM, SIGQUIT and SIGKILL?

linux unix posix

Difference between Real User ID, Effective User ID and Saved User ID

linux unix posix

Writing programs to cope with I/O errors causing lost writes on Linux

c linux linux-kernel posix

How can I catch a ctrl-c event?

What is the proper #include for the function 'sleep()'?

c posix sleep

What is the difference between sigaction and signal?

c signals posix

C++ error: undefined reference to 'clock_gettime' and 'clock_settime'

c++ linux ubuntu posix time.h

What does "#define _GNU_SOURCE" imply?

c posix gnu

How can I convert a file pointer ( FILE* fp ) to a file descriptor (int fd)?

c linux unix file posix

Suppress echo of command invocation in makefile?

linux unix makefile posix