Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Why does a read-only open of a named pipe block?

Linux shared memory: shmget() vs mmap()?

c linux posix shared-memory mmap

How to detect if the current process is being run by GDB

c linux gdb posix

Is there an equivalent to WinAPI's MAX_PATH under linux/unix?

c++ c linux unix posix

What can lead to "IOError: [Errno 9] Bad file descriptor" during os.system()?

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