from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

210156

userrating:


May 25th. 2007:
Words

486

Views

259139

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

150489

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





PIDOF

Section: User Commands (1)
Updated: 202-0-16
Index Return to Main Contents
 

NAME

pidof - find the process ID of a running program  

SYNOPSIS

pidof [-s] [-c] [-q] [-w] [-x] [-o omitpid[,...]] ... [-t] [-S separator] program ...  

DESCRIPTION

Pidof finds the process id's (pids) of the named programs. It prints those id's on the standard output.  

OPTIONS

-s
Single shot- this instructs the program to only return one pid.
-c
Only return process ids that are running with the same root directory. This option is ignored for no-root users, as they will be unable to check the current root directory of processes they do not own.
-q
Quiet mode, suppress any output and only sets the exit status accordingly.
-w
Show also processes that do not have visible command line (e.g. kernel worker threads).
-x
Scripts too- this causes the program to also return process id's of shells running the named scripts.
-o omitpid
Tells pidof to omit processes with that process id. The special pid %PPID can be used to name the parent process of the pidof program, in other words the calling shell or shell script.
-t
Shows all thread ids instead of pids.
-S separator
Use separator as a separator put between pids. Used only when more than one pids are printed for the program. The -d option is an alias for this option for sysvinit pidof compatibility.
 

EXIT STATUS

0
At least one program was found with the requested name.
1
No program was found with the requested name.
 

BUGS

When using the -x option, pidof only has a simple method for detecting scripts and will miss scripts that, for example, use env. This limitation is due to how the scripts look in the proc filesystem.  

SEE ALSO

pgrep(1), pkill(1)  

AUTHOR

Jaromir Capik


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXIT STATUS
BUGS
SEE ALSO
AUTHOR





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 16.4 ms