Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Distinguishing between Java threads and OS threads?

File opening mode in Ruby

ruby file posix

How much overhead is there when creating a thread?

c++ pthreads posix

POSIX-Compliant Way to Scope Variables to a Function in a Shell Script

Converting datetime to POSIX time

python datetime posix

How are the O_SYNC and O_DIRECT flags in open(2) different/alike?

io posix synchronous

Where are all my inodes being used?

linux unix posix inode

Get POSIX/Unix time in seconds and nanoseconds in Python?

python time 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