Loading and Unloading a Driver or Module

PSE drivers and modules can be added and removed as necessary.

This is especially helpful during development of new extensions. To load only a new driver, type the following command:

strload -d newdriver
To unload the driver, type:

strload -u -d newdriver

Modules can also be added and removed with the strload command by using the -m flag instead of the -d flag.