Difference between revisions of "Process Linux"
From Teknologisk videncenter
m |
m |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Working with processes in Linux | Working with processes in Linux | ||
* Working with processes in [[bash processes|bash]] | * Working with processes in [[bash processes|bash]] | ||
+ | * Working with processes in [[c processes in Linux|C]] | ||
*Creating a Linux [[Daemon linux|Daemon]] | *Creating a Linux [[Daemon linux|Daemon]] | ||
− | + | =On windows= | |
− | + | To compare see: https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer | |
− | [[Category:Linux]] | + | =Links= |
+ | *[http://boron.physics.metu.edu.tr/ozdogan/SystemsProgramming/week4/node10.html Using fork and exec] (META technical university in Ankara) | ||
+ | [[Category:Linux]][[Category:C]][[Category:GNU]][[Category:bash]] |
Latest revision as of 08:40, 18 December 2022
Working with processes in Linux
On windows
To compare see: https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer
Links
- Using fork and exec (META technical university in Ankara)