Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

modules

Status
Not open for further replies.

merwa

ISP
Dec 12, 2002
14
Hi
How to load kernal modules and kernal variables in solaris
...using both the ways...ie /etc/systemfile and also thru command line.Ur answer is appreciated
 
modload [-p] [-e <exec_file>] <filename>

and

modunload -i <module_id> [-e <exec_file>]

....and to see info about currently loaded modules do:

modinfo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top