Hello,
if found at the WHM ( cpu / memory usage ) this:
sed /^$/d 99%
Is WHM using this command, or can i disable sed ?
Hello,
if found at the WHM ( cpu / memory usage ) this:
sed /^$/d 99%
Is WHM using this command, or can i disable sed ?
Don't disable sed, it's used everywhere, in many scripts. If you're concerned about what it's doing up there in the 'top' listing, use lsof to work out what files it has open and traceback from there.
Ok, but WHM shows me that:
Top Process %CPU 98.8 sed /^$/d
Very weird. I'd investigate the process further with lsof and ps to see if it is in fact actually sed or another process masquerading. Most likely is that it's sed in some sort of null loop. Is it running now?