Difference between revisions of "Process Linux"

From Teknologisk videncenter
Jump to: navigation, search
m (Links)
m
 
Line 3: Line 3:
 
* Working with processes in [[c processes in Linux|C]]
 
* 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
 
=Links=
 
=Links=
 
*[http://boron.physics.metu.edu.tr/ozdogan/SystemsProgramming/week4/node10.html Using fork and exec] (META technical university in Ankara)
 
*[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]]
 
[[Category:Linux]][[Category:C]][[Category:GNU]][[Category:bash]]

Latest revision as of 09:40, 18 December 2022

Working with processes in Linux

  • Working with processes in bash
  • Working with processes in C
  • Creating a Linux Daemon

On windows

To compare see: https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer

Links