#####################
>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

Regards,
Peeyush Maurya
http://www.peeyush.tk
http://geocities.com/peeyush_maurya/


                
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

_______________________________________________
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