/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.thegeekstuff.com
| | www.theunixschool.com
1.9 parsecs away

Travel
| | 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
5.9 parsecs away

Travel
| | 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
6.7 parsecs away

Travel
| | Explanation of everything you can see in htop/top on Linux
| | collin.blog
24.2 parsecs away

Travel
| 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...