Magic Data Storage -- SysV: Difference between revisions
From IHRIS Wiki
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 | ||
[[Category:Technical Overview]] |
Revision as of 15:33, 3 August 2009
To clear from the command line the shared memory segments
ipcs -m | grep www-data | awk '{print "ipcrm -m "$2}' | sudo bash