Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

loop through a file and print file attributes in C

c linux while-loop posix

Can I pass a const char* array to execv?

How to preserve ownership and permissions when doing an atomic file replace?

c posix chmod file-rename chown

Portablilty of using percison when printf-ing non 0 terminated strings

c printf posix c-strings

C : POSIX threads library test-suite

Can POSIX message queues be used cross user on Linux?

c++ linux posix message-queue

NFS Client library

client posix nfs

Pipes to C++ Streams

c++ ipc posix pipe iostream

Use mmap to allocate memory

c posix mmap

POSIX fopen(NULL,"r")

c io posix fopen

why is POSIX::SigSet is needed here?

linux perl signals posix

What platform independent way to find directory of shell executable in shell script?

Does recv(...) operate this way?

c sockets posix recv

What do /proc/fd file descriptors show?

c++ linux posix

What is the "t" permission on HDFS directories?

hadoop posix hdfs

Warning Implicit Declaration of posix_memalign

c linux gcc posix

Preventing POSIX xargs from attempting to run an empty command

shell posix kill xargs

How to handle getting killed (kill -9) while using Shared Memory?

c posix shared-memory sigkill

If close(2) fails with EIO, will the file descriptor still be deleted?

c unix posix system-calls

Can time(NULL) ever return failure?

c time posix