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) |
Sturlington (talk | contribs) No edit summary |
||
(3 intermediate revisions by 2 users 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 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