ralexrivero / PID_PPID

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PID & PPID

Learning Objectives

A process is an instance of an executing program, that has a unique process ID. This process ID is used by many functions and system calls to interact with and manipulate processes. In order to retrieve the current process’ ID, you can use the system call getpid (man 2 getpid)

General

Environment

C programming language C programming language C programming language

  • Language: C
  • OS: Ubuntu 20.04 LTS
  • Editor: VIM 8.1.2269
  • Compiler: gcc 9.3.0
  • Style guidelines: Betty style

Autor

Ronald Rivero

Connect me!


About


Languages

Language:C 98.9%Language:Shell 1.1%