Magic Data Storage -- SysV: Difference between revisions

From IHRIS Wiki
(New page: To clear from the command line the shared memory segments ipcs -m | grep www-data | awk '{print "ipcrm -m"$2}' | sudo bash)
 
No edit summary
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

Revision as of 14:09, 12 May 2009

To clear from the command line the shared memory segments

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