Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

How to get script directory in POSIX sh?

bash posix sh

Kill all processes for a given user

posix

Test for empty string with X"" [duplicate]

string bash shell posix

How to use nanosleep() in C? What are `tim.tv_sec` and `tim.tv_nsec`?

c posix sleep

Difference between C standard library and C POSIX library

c posix standard-library

Can argc be zero on a POSIX system?

c posix language-lawyer main

System V IPC vs POSIX IPC

posix ipc sysv

Is snprintf() ALWAYS null terminating?

c posix libc

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