December 2012

Linux Script Variables

December 11, 2012 | 0 Comments

When variables are used they are referred to with the $ symbol in front of them. There are several useful variables available in the shell program. Here are a few:   $$ [...]

Building RPM packages

December 11, 2012 | 0 Comments

RPM’s are Redhat packages for installing software on Redhat Linux machines. Creating the RPMs is done by the software owner. Building RPM should be done with an [...]