On 12-07-05 01:45 AM, somanath sahoo wrote: > However i want to know how to make sure my user id present in the tracing > group ? is there any command to list or include the users into the "tracing" > group ? please enlightened on this.
You can use $ cat /etc/group | grep tracing It will list the users that are in the tracing group. Cheers, Alex _______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
