Showing posts with the label File handling in Linux

File Handling in Linux 7

4.1 How can I tell how much memory my system has? This is another `Frequently Unanswered Quest…

File Handling in Linux 6

3.5 What are pttys? Pseudo-teletypes (pttys, ptys, other variant abbreviations) are pseudo-dev…

File Handling in Linux 5

3. Terminal I/O 3.1 How can I make my program not echo input? How can I make my program not …

File Handling in Linux 4

2.10 What can I do with named pipes (FIFOs)? 2.10.1 What is a named pipe? A named pipe is a…

File Handling in Linux 3

2.6 How do I find out if a file has been updated by another process? This is close to being a …

File Handling in Linux 2

2.1.3 Can I use SysV IPC at the same time as select or poll? No. (Except on AIX, which has an…

File Handling in Linux 1

2. General File handling (including pipes and sockets) 2.1 How to manage multiple connections…

Load More That is All