Inter-Process Communication

Started by
-1 comments, last by Catafriggm 16 years, 11 months ago
What is the scope of Unix IPC objects (semaphores, message queues, shared memory, etc.)? Are they global (anyone may access them by the same name), local to the session (programs run by the current user as well as any programs that user ran under a different user, such as with SUDO), or local to the current user?

This topic is closed to new replies.

Advertisement