You are not logged in.
Pages: 1
Hi!
Im trying to add my user (javier) to the wireshark group, so i can use wireshark without root privileges.
I type
#sudo gpasswd -a javier wiresharkon the command prompt and "groups javier" to check, the output is this one
#groups javier
input wireshark wheelBut when i type "groups", the output is
#groups
input wheelSo it looks like im not the user javier but when i type "whoami" the output is
#whoami
javierIve already restart multiple times.
Ive also tried switch user using "su javier" and i can launch wireshark without issues.
There are no other user that i can log into, so i dont know what else to do.
Last edited by ipbody (2020-11-04 22:29:45)
Offline
Why is there a "#" sign before your commands? That generally indicates a root user prompt.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Ive already restart multiple times.
After doing that, does
groups javier suggest you're still in the wireshark group?
What's the outpug of
idOffline
Why is there a "#" sign before your commands? That generally indicates a root user prompt.
A put the # to differentiate the console input and output, kind of a bad decision.
After a complete shutdown the problem looks solved now, the output of "groups" does show the wireshark group so thanks you all for the help!
Offline
Pages: 1