Peeyush Maurya wrote:
>#####################
>how can I check which application is that as the processes
>are running in background and are many of them 
>#####################
>
>ps -aux  ##- report process status
>top      ##- display top CPU processes
>
>u can use grep to filter ur output
>ps -aux | grep squid

I think the original poster's question was how to find out
which application produced the core file as there were a
lot of processes running at crash-time.

I was suggesting that he try:
file <core-file>

file here is the unix "file" utility. I think it shows the
process which dumped the core.

--Arjun

_______________________________________________
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to