Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Is there any standard way to get creation time of file or directory in FreeBSD programatically

c posix freebsd stat posix-api

Why won't sys/stat.h define ino_t with -std=c1x?

c posix standards stat

Why is errno set to 22: mq_open() POSIX

c posix message-queue

Does write system call need the data to be read to give >-1 return?

c posix ipc

Is perror thread-safe?

c linux unix posix posix-api

What does posix_spawn return code 14 "Bad Address" mean?

posix

Why was ucontext added to and then removed from POSIX?

c posix setjmp ucontext

Command substitution in shell script without globbing

shell posix

Print with less(1) from C

c pipe posix less-unix

how to use regex variable in zsh?

regex bash posix zsh

Portable way to determine path to dynamic library opened with dlopen

Can I trust shell's `read` to not buffer input?

bash shell posix

Treatment of backslash character in the bracket expression

Creating makefile with pthreads

Linux does not implement POSIX signal queuing?

c linux signals posix

posix_getgrnam() returns a limited number of members from "members" array

php posix

PHP pcntl_signal callbacks are not called

php signals posix pcntl

Race condition with setpgid

c linux posix pid fork

How to determine whether a function exists in a POSIX shell?

function shell sh posix