|
You are here |
blog.nelhage.com | ||
| | | | |
bsid.io
|
|
| | | | | When an application is launced in linux, it becomes a process. A process is a special instance provided by the operating system that inclused all the resources that are used by the running app. A process in linux has a five digit identifier called process id or PID and it represents process for all it's life cycle. There cannot be two process with same PID but once the process is terminated same PID can be reused for another process if needed. | |
| | | | |
jameshfisher.com
|
|
| | | | | `fork` duplicates the current process. It returns `0` in the child process. In the parent process, it returns the child's new process id. | |
| | | | |
www.michaelcrump.net
|
|
| | | | | Learn about some of the software found inside a Azure Cloud Shell instance | |
| | | | |
gist.github.com
|
|
| | | Rename Roam daily files to Obsidian daily files. GitHub Gist: instantly share code, notes, and snippets. | ||