Borrar todos los semáforos en un sistema unix


/ Published in: C++
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ipcs | gawk '{ if(($2+1!=1)&&($3=="root")) print $2 }'| xargs -l1 ipcrm -s

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.