I accidentally added a non-existent module to my profile (or whatever it is you add it to) with

module initadd foo

and now every time I log on, I get an error message about foo not being found. How do I remove the module foo from the list, so I won't get the error message?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

This should do it:

module initrm foo
link|improve this answer
Thanks! (and some filler chars...) – Tomas Lycken Aug 4 '10 at 18:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.