Tagged Questions
2
votes
3answers
781 views
Setting the thread /proc/PID/cmdline?
On Linux/NPTL, threads are created as some kind of process.
I can see some of my process have a weird cmdline:
cat /proc/5590/cmdline
hald-addon-storage: polling /dev/scd0 (every 2 sec)
Do you ...