Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 325 Bytes

process.md

File metadata and controls

15 lines (10 loc) · 325 Bytes

Process Management

Starting Process

To start a process, just type the name of the process in the shells. Yep, thats it.

  • sudo [process] (paramaters)
    • starts a process as administrator

Manipulationg Processes

  • kill [pid]
    • kills the process with that PID
  • getpid [pid]
    • gets the pid of that process