![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to find a file named vijay in a directory using find command | amirthraj_12 | UNIX for Dummies Questions & Answers | 6 | 10-25-2008 09:37 AM |
| Little bit weired : Find files in UNIX w/o using find or where command | jatin.jain | Shell Programming and Scripting | 10 | 09-19-2007 03:47 AM |
| How to direct FTP command to use a specific IP add or NIC ? | pray44u | SUN Solaris | 5 | 06-01-2006 09:49 PM |
| command find returned bash: /usr/bin/find: Argument list too long | yacsil | Shell Programming and Scripting | 1 | 12-15-2003 03:38 PM |
| how to find a file in UNIX without find command? | bluo | Shell Programming and Scripting | 3 | 09-24-2003 08:47 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
is there any direct command to find PSID ?
Is there any direct command to find PSID ?
Thanks, Vijay |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
By PSID, do you mean Persistent Security ID?
|
|
#3
|
||||
|
||||
|
Assuming where talking about the process ID here, under all bourne-style scripts, $$ is a variable containing it.
Edit: oh and $! is the ID of the last process the script sent to the background (ie /usr/bin/blah &) |
||||
| Google The UNIX and Linux Forums |