Magic Data Storage -- SysV: Difference between revisions
From IHRIS Wiki
No edit summary |
Sturlington (talk | contribs) 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: | [[Category:Magic Data]] |
Latest revision as of 13: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