I'm trying to add a user to a group but it doesn't seem to work:
sudo usermod -a -G wireshark nicolas
But when I check my id, I get
uid=1000(nicolas) gid=1000(nicolas) groupes=1000(nicolas),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),109(netdev),112(bluetooth),115(scanner)
Or, simplier, groups
nicolas cdrom floppy audio dip video plugdev netdev bluetooth scanner
I checked that wireshark group existed with
$ sudo groupadd wireshark
groupadd: group 'wireshark' already exists
Has anyone got an idea? Thanks