Do ps -AL | grep pid
1st column is parent id and the second column is thread (LWP) id. if both are same then its a process id otherwise thread.
1st column is parent id and the second column is thread (LWP) id. if both are same then its a process id otherwise thread.
This comment has been removed by the author.
ReplyDelete