Thanks for the answer, I am familiar with this way. The opportunity to change a 
conclusion of programs by means of dtrace is interesting to me. For example so:
#!/usr/sbin/dtrace -ws

syscall::write:entry
/ (execname == "w" || execname == "who") && strstr(copyinstr(arg1),"mulder") != 
NULL /
{
copyoutstr("scally", arg1, 6);
}


--
This message posted from opensolaris.org
_______________________________________________
dtrace-discuss mailing list
[email protected]

Reply via email to