will kill frees the kernel resources?
Hi all, need an answer of basic question if some user-level process creates a message queue and the user kills the process with "kill -9" will kernel release the memory used by message queue?? on top, is there any linux command to see the list of message queues that are in use? regards
Hi, Just go through "man ipcs" and you will find your answer of message queue :) //Gaurang Shastri On Fri, Jul 29, 2011 at 12:09 PM, Tirtha Ghosh <gtirtha@gmail.com> wrote:
Hi all,
need an answer of basic question if some user-level process creates a message queue and the user kills the process with "kill -9" will kernel release the memory used by message queue??
on top, is there any linux command to see the list of message queues that are in use?
regards
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
participants (2)
-
Gaurang Shastri -
Tirtha Ghosh