[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pid of a script?



On Sun, 17 Feb 2002, ah. wrote:

>I was wondering how to find out the pid of a (bash) script.

Use the special parameter $$ for the PID, and $PPID for the parent process
ID

man bash

Cameron Kerr
-- 
cameron.kerr@paradise.net.nz
http://homepages.paradise.net.nz/~cameronk/




Reply to: