logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

/proc/pid/auxv - exec(3) information

Description

/proc/pid/auxv (since Linux 2.6.0) This contains the contents of the ELF interpreter information passed to the process at exec time. The format is one unsignedlong ID plus one unsignedlong value for each entry. The last entry contains two zeros. See also getauxval(3). Permission to access this file is governed by a ptrace access mode PTRACE_MODE_READ_FSCREDS check; see ptrace(2).

Name

/proc/pid/auxv - exec(3) information

See Also

proc(5) Linux man-pages 6.9.1 2024-05-02 proc_pid_auxv(5)

See Also