Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in file-descriptor

File locking + Fscanf/Lseek

Can I Share memory between 2 process without any passing? (In Android NDK)

How does a system call know what process a file descriptor belong to?

linux x86 assembly language sys_read call should have first argument as 0 (stdin)

Opening pipe with exec hangs

bash file-descriptor

Why 20 is omitted from the file descriptor

c file-descriptor

Is there a way to test for end of file in less than 3 syscalls?

c linux file-descriptor

bad file descriptor in posix mqueue

c posix file-descriptor mqueue

psutil.Process and lsof command discrepancy

How to swap two open file descriptors?

How to connect input/output to SSH session

linux bash file-descriptor

C++ catch if file closed by another program while polling

How create pipes to non-standard file descriptors using posix_spawn on C++

Can you explain this C code? (Create a deamon program)

How to get current offset of stream or file descriptor?