Multiple choice technology operating systems

What is the command to find out shared process memory?

  1. pcis

  2. icps

  3. ipcs

  4. ipsc

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The ipcs (inter-process communication status) command displays information about System V inter-process communication facilities, including shared memory segments, message queues, and semaphores. It is the standard Unix/Linux utility for this purpose. Options A, B, and D are misspellings or invalid commands.