Link to home
Start Free TrialLog in
Avatar of david-marti
david-martiFlag for Spain

asked on

How to find a string inside a running process

Hi,

I need to search for a string in a running process on my Linux box. Is there any command that can I use to do it?

Thanks.
Avatar of ozo
ozo
Flag of United States of America image

find /proc | xargs grep string
Avatar of david-marti

ASKER

Don't work. I need to search this string "inside" de process memory, not on /proc.

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of billtouch
billtouch
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Forced accept.

Computer101
EE Admin