for i in `ipcs -m | awk '/0x0/ {print $2}'`
do
ipcrm -m $i
done
Related posts:
- Processes and religion What do processes and religion have in common? I’ve just stumbled upon...
- Quick MyBB MySQL fix Quick SQL fix to address the following issues for some MyBB users:...
- One-liner: how to change file extensions according to their type What if you have PNG or WEBP files, saved with .jpg extension?...
- dcpumon and dcpumonview Found another cPanel application which you can safely turn off in order...
- One-liner: how to count the total amount of specific lines in several files Let’s calculate the amount of lines, containing the word “extended” in */*.conf...