Hi Bob,

> As I asked before, how do you know that Xsun is removing the file, 
> rather than
> dtlogin or some other process invoked during logout?

dtrace is your friend :-))

----------------------------------------------------------------------
dtrace -n 'syscall::rmdir:entry { printf ("\nexecname = %s, path = %s\n", 
execname, copyinstr(arg0)); }'
dtrace: description 'syscall::rmdir:entry ' matched 1 probe
CPU     ID                    FUNCTION:NAME
  0  15113                      rmdir:entry 
execname = Xsun, path = /tmp/.ICE-unix
----------------------------------------------------------------------

Willi


_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to