mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 13:52:46 +02:00
Add process docs
* Update 107-processes.md * Update 107-processes.md
This commit is contained in:
@@ -1 +1,13 @@
|
||||
# Processes
|
||||
# Processes
|
||||
|
||||
A process means program in execution. It generally takes an input, processes it and gives us the appropriate output. `ps` command can be used in linux to get the list of processes running in foreground. Each process will have a unique identifier called **PID**, which can be used to track it or `kill` it through shell.
|
||||
|
||||
**Types of processes:**
|
||||
* Foreground processes
|
||||
* Background processes
|
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/introduction-of-process-management/'>Intro to Process Management</BadgeLink>
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/process-management-in-linux/'>Process Management in Linux</BadgeLink>
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/processes-in-linuxunix/'>Process related commands in Linux</BadgeLink>
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/difference-between-process-and-thread/'>Process vs Thread</BadgeLink>
|
||||
|
Reference in New Issue
Block a user