|
You are here |
www.thegeekstuff.com | ||
| | | | |
www.theunixschool.com
|
|
| | | | | A process is a program in execution in memory or in other words, an instance of a program in memory. Any program executed creates a proce... | |
| | | | |
will-keleher.com
|
|
| | | | | If you have a process ID, you can look at what files/ports a process has open, see details about how the process was started, trace it to see what work it's doing, or wait for it to complete its work. Process IDs are pretty cool! | |
| | | | |
peteris.rocks
|
|
| | | | | Explanation of everything you can see in htop/top on Linux | |
| | | | |
collin.blog
|
|
| | | I wrote myself this small template as a starting place for when I'm writing shell scripts. I just wanted something basic with enough structure to remind me how I like to do things. I thought maybe it would be helpful for other people who don't write shell scripts too often but want to them to... | ||