Re: PID File
- From: Steve Flynn <anothermindbomb@xxxxxxxxx>
- Date: Fri, 27 Apr 2012 20:46:53 +0100
On 27 April 2012 18:04, Kipton Moravec <kip@xxxxxxxxxx> wrote:
I am installing a program, and it has a PID file in /var/run
It also looks like the start/stop for this application in /etc/init.d
uses the pid file to start and stop the process.
How do I find a number to use?
You don't. The pid is a "Process ID" and is generated on the fly by
the kernel. It's not like TCP ports where 'magic' numbers are
allocated and the SMTP is normally found on port 25., for example.
I can't find a table of "standard" process identification numbers. (Like
the one for TCP or UDP ports).
Because there isn't one.
It looks like the maximum PID is 32767. So do I just go crazy and use
something like 32000? Or are numbers <1000 available for this?
None of this is necessary, and it's impossible for you to specify a
specific pid to use for a process.
--
Steve
When one person suffers from a delusion it is insanity. When many
people suffer from a delusion it is called religion.
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- Follow-Ups:
- Re: PID File
- From: Rashkae
- Re: PID File
- References:
- PID File
- From: Kipton Moravec
- PID File
- Prev by Date: RE: downloading problem of ubuntu 12.04
- Next by Date: Re: Force setting standard paper A4
- Previous by thread: PID File
- Next by thread: Re: PID File
- Index(es):
Relevant Pages
|