Ubuntu set normal user execution permissions after Wireshark

Source: Internet
Author: User

1. Add Wireshark user Group
 
sudo groupadd wireshark
 
2. Change Dumpcap to Wireshark user group
 
sudo chgrp wireshark/usr/bin/dumpcap
 
3, let Wireshark user group have root permission to use Dumpcap
 
sudo chmod 4755/usr/bin/dumpcap 
 
(Note: If set to 4754 Wireshark will still prompt for no permissions)
 
4, will need to use the ordinary user name to join the Wireshark user group, my user is "Dengyi" (need to modify according to the specific user name!) ), you need to use the command:
 
sudo gpasswd-a dengyi wireshark 
 
This completes, with the ordinary user Dengyi login open Wireshark will have permission to grab the packet.

Ubuntu set normal user execution permissions after Wireshark

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.