Thanks Robert for the pointers.

I shall definitely do that.

Regards,
Nishchaya

Robert Milkowski wrote:
Hello Nishchaya,

Wednesday, April 1, 2009, 10:22:53 AM, you wrote:

NB> Hello experts,

NB> Is there a way to find which program is changing the symlink for a NB> particular slice using dtrace?

I guess it is probably devfsadmd who is changing your symlink.

If you want to trace what's touching this particular link try to trace
syscalls like: open*(), unlink(), rename(), *stat*() and use a
predicate to specify path to your symlink.




_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to