hi friends,

System("clear") will executes clear command in linux.

likewise, is there any method/function is available in RTLinux to execute a command.

actually my need is,

"insmod mymodule.o" to be executed through Real Time application where system() is not supported.

init_module()
{
//code to load module2.o
}
cleanup_module()
{
}