What are environmental variables?
Process wide variables built into the system and interface controlling look and feel for the user.
They are inherited by any child shell or process
What are Shell variables
Only valid in current shell and typically lower case.
How do you find out what version of the kernel you are running?
uname -a
How do you view all your kernel modules
lsmod
In /lib/modules
Or /user/lib/modules
How to find more information about a particular kernel module?
modinfo MODULE (using the name from lsmod)
How to install or remove a kernel module?
insmod
rmmod