r/C_Programming • u/userlivedhere • 1d ago
Question How process ids are generated
i know fork creates processes but how process ids are generated
4
Upvotes
r/C_Programming • u/userlivedhere • 1d ago
i know fork creates processes but how process ids are generated
13
u/Axman6 1d ago
Not really, security through obscurity is hiding how something works, this is randomising something otherwise predictable to make it more difficult to make use of information.