Magic Data Storage -- SysV: Difference between revisions

From IHRIS Wiki
No edit summary
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
To clear from the command line the shared memory segments
To clear from the command line the shared memory segments
  ipcs -m | grep www-data | awk '{print "ipcrm -m "$2}' | sudo bash
  ipcs -m | grep www-data | awk '{print "ipcrm -m "$2}' | sudo bash
[[Category:Magic Data]]

Latest revision as of 14:47, 8 November 2013

To clear from the command line the shared memory segments

ipcs -m | grep www-data | awk '{print "ipcrm -m "$2}' | sudo bash