Magic Data Storage -- SysV

From IHRIS Wiki
Revision as of 11:49, 12 May 2009 by Litlfred (talk | contribs) (New page: To clear from the command line the shared memory segments ipcs -m | grep www-data | awk '{print "ipcrm -m"$2}' | sudo bash)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To clear from the command line the shared memory segments

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