|
From: amir f. <flo...@gm...> - 2007-02-14 16:07:23
|
hello all can i run valgrind as a non root user? if yes, how? thanks |
|
From: Christoph B. <bar...@or...> - 2007-02-14 16:23:48
|
Am Mittwoch, 14. Februar 2007 schrieb amir flax: > hello all > > can i run valgrind as a non root user? > if yes, how? Yes. The same way as you would do it as root. Try: valgrind --num-callers=32 --time-stamp=yes /bin/ls Christoph |