Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

Unix

Unix v7

getpid(2)


GETPID

GETPID

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
ASSEMBLER

NAME

getpid − get process identification

SYNOPSIS

getpid( )

DESCRIPTION

Getpid returns the process ID of the current process. Most often it is used to generate uniquely-named temporary files.

SEE ALSO

mktemp(3)

ASSEMBLER

(getpid = 20.)
sys getpid

(pid in r0)



getpid(2)