devfsadm equivalent(sol) command in linux os

Hi frnds,

what is the devfsadm(solaris) equivalent command in linux os?

Thanks in Adv.
Arjun Reddy.

for this is a linux question the thread is moved to the linux forum...

for your question have a look here:
Rosetta Stone for Unix

devfsadm is load the driver into kernel online (without rebooting) for the already installed and seen device by solaris.
For e.g. devfsadm -C tape
tape is a class that defines a device file and the major:minor associated with it.

In Linux it's insmod