linux列出和删除共享内存段
时间:2021-07-18 23:25:34
收藏:0
阅读:30
List all shared memories in your Linux Systems
> $ ipcs -m
Delete specific one
> $ ipcrm -M 0x0001869c
原文:https://www.cnblogs.com/zhjh256/p/15027555.html
评论(0)