Pexecname; Gid; Egid; Uid - Red Hat ENTERPRISE LINUX 5.4 - SYSTEMTAP TAPSET Reference Manual

Systemtap tapset reference
Hide thumbs Also See for ENTERPRISE LINUX 5.4 - SYSTEMTAP TAPSET:
Table of Contents

Advertisement

Description
The session ID of a process is the process group ID of the session leader. Session ID is stored in the
signal_struct since Kernel 2.6.0.
Name
pexecname — Returns the execname of a target process's parent process.
Synopsis
function pexecname:string()
Arguments
None
Name
gid — Returns the group ID of a target process.
Synopsis
function gid:long()
Arguments
None
Name
egid — Returns the effective gid of a target process.
Synopsis
function egid:long()
Arguments
None
Name
uid — Returns the user ID of a target process.
9

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ENTERPRISE LINUX 5.4 - SYSTEMTAP TAPSET and is the answer not in the manual?

Questions and answers

Table of Contents