What is a zombie?
Size: 2 KB, Last Update:14 Apr 2001
What is a zombie?
When a program forks and the child finishes before the parent,
How do I prevent them from occuring?
Size: 2 KB, Last Update:14 Apr 2001
How do I prevent them from occuring?
You need to ensure that your parent process
What is a named pipe?
Size: 1 KB, Last Update:14 Apr 2001
What is a named pipe?
A named pipe is a special file that is used to transfer d
How do I create a named pipe?
Size: 1 KB, Last Update:14 Apr 2001
How do I create a named pipe?
To create a named pipe interactively, you'll use ei
How do I use a named pipe?
Size: 1 KB, Last Update:14 Apr 2001
How do I use a named pipe?
To use the pipe, you open it like a normal file, and u
Can I use a named pipe across NFS?
Size: 0 KB, Last Update:14 Apr 2001
Can I use a named pipe across NFS?
No, you can't. There is no facility in the NFS
How do I verify a user's password?
Size: 2 KB, Last Update:14 Apr 2001
How do I verify a user's password?
The fundamental problem here is, that various