Dtrace is amazing.
sudo dtrace -qn 'syscall::open*:entry{ printf("%s %s\n",execname,copyinstr(arg0)); }'fs_usage shows much more information... but is not a one-liner ;P
Running away from the comfort zone
sudo dtrace -qn 'syscall::open*:entry{ printf("%s %s\n",execname,copyinstr(arg0)); }'fs_usage shows much more information... but is not a one-liner ;P
0 comentarios:
Post a Comment