On Thu, 07 Oct 2004 Tarun Dua wrote : >rantu wrote: > > > some other porgram is taking my port 25. I need to > > run qmail.How do i get my port? try netstat -n |grep 25 or ps aux|grep 25 or ps -ef|grep 25 hope this will solve ur query/prob. bytheway, why/which application in qmail will be using port 25 ? bye for now nav... >fuser should give your the pid of the process using the port 25 >and then you can use ps aux to find out the name of the process. >Or try out the various options in lsof. Needless to say >man ps >man fuser >man lsof >will help you a lot. >-Tarun >-- >http://www.tarundua.net >Nothing you ever wanted to find about Tarun Dua > > >_______________________________________________ >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]/ _______________________________________________ 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]/
