hehehe it had to be sendmail...

$ cd /var/run
$ for i in * ; do if [ -f $i ] ; then wc -l $i; fi; done
      1 apmd.pid
      1 atd.pid
      1 crond.pid
      0 ftp.pids-all
      0 ftp.rips-all
      1 gdm.pid
wc: gpm.pid: Permission denied
wc: klogd.pid: Permission denied
      1 lpd.printer
      1 runlevel.dir
      2 sendmail.pid
      1 sshd.pid
wc: syslogd.pid: Permission denied
      1 utmp
      1 xfs.pid
      0 xinetd.dump
      1 xinetd.pid
[rowling@rb-01120 run]$ cat sendmail.pid 
717
/usr/sbin/sendmail -bd -q1h

-- 
Jill Rowling, Snr Des. Eng. & Unix System Administrator
Eng. Systems Dept, Aristocrat Technologies Australia
3rd Floor, 77 Dunning Ave Rosebery NSW 2018
Phone: (02) 9697-4484 Fax: (02) 9663-1412 Email: [EMAIL PROTECTED]
 


> -----Original Message-----
> From: John Clarke [mailto:[EMAIL PROTECTED]]
> Sent: Monday, 24 September 2001 15:39
> To: 'Slug ([EMAIL PROTECTED])'
> Subject: Re: [SLUG] redhat 7.1 firewall
> 
> 
> On Mon, Sep 24, 2001 at 01:32:45PM +0800, Malcolm Tredinnick wrote:
> > For services started by Red Hat's start up scripts, there 
> is an easier
> > way than this. The file /var/run/xinetd.pid will contain 
> the appropriate
> > process id. So
> > 
> >     kill -USR1 $(cat /var/run/xinetd.pid)
> 
> Use `head -1' instead of `cat'.  At least one of these files contains
> more than just the pid, but the pid is always on the first line.
> 
> 
> Cheers,
> 
> John
> -- 
> whois [EMAIL PROTECTED]
> GPG key id: 0xD59C360F
> 
> -- 
> SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
> More Info: http://lists.slug.org.au/listinfo/slug
> 


----------------------
CONFIDENTIALITY NOTICE
----------------------
This email is intended only to be read or used by the addressee.
The information contained in this e-mail message may be confidential
information. If you are not the intended recipient, any use, interference
with, distribution, disclosure or copying of this material is unauthorised
and prohibited. Confidentiality attached to this communication is not waived
or lost by reason of the mistaken delivery to you.

If you have received this message in error, please delete it and notify us
by return e-mail or telephone Aristocrat Technologies Australia Pty Limited
on +61 2 9413 6300.

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to