dealing with a possible security breach and am just trying to be careful...

2010-07-05 Thread Henry Olyer
Hi all,

So how do I delete a running load module?

Is this even possible?

Please copy your replies to me:  henry.ol...@gmail.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: dealing with a possible security breach and am just trying to be careful...

2010-07-05 Thread Steve Bertrand
On 2010.07.05 20:19, Henry Olyer wrote:
 Hi all,
 
 So how do I delete a running load module?

What type of module... a kernel module?:

load:

pearl# kldload smbfs

unload:

pearl# kldunload smbfs

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org