Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Is OSX a POSIX OS?

Are message queues obsolete in linux?

Recursive mkdir() system call on Unix

c posix unix mkdir

How to make parent wait for all child processes to finish?

Can I assume the size of long int is always 4 bytes?

c linux types posix

Is an atomic file rename (with overwrite) possible on Windows?

windows winapi posix

What does EAGAIN mean?

c sockets unix 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