can anyone explain me the exact difference between process task and threads??
thanks in advance!!!
├─soffice.bin(7734)─┬─{soffice.bin}(7735) │ ├─{soffice.bin}(7736) │ ├─{soffice.bin}(7737) │ └─{soffice.bin}(7743)
ps -elf | grep soffi 0 S whho 7734 1 0 80 0 - 36435 - 11:14 pts/2 00:00:03 /usr/lib/openoffice/program/soffice.bin -splash-pipe=5 0 S whho 7833 7759 0 80 0 - 751 - 11:21 pts/3 00:00:00 grep soffi
Child threads of a process are found under the parent process and are shown with the process name in curly braces, e.g. icecast2---13*[{icecast2}]
systemctl start snmpd.service
pgrep snmpd 4233
kill -3 4233 > /tmp/snmp_pid.txt
kill -SIGQUIT 4233 > /tmp/snmp_pid.txt