Renaming bash process in backgroung (forked) using its PID

Solution 1:

I have the same issue. We can't do this

echo 'PROCESSNAME' > /proc/15029/comm"

It's a question of priviledges