在非root用户下不能使用wireshark用来抓包,所以需要进行以下操作:

sudo groupadd  wireshark
sudo chgrp wireshark /usr/bin/dumpcap
sudo chmod 4755 /usr/bin/dumpcap
sudo gpasswd -a common wireshark

 

相关文章:

  • 2021-10-04
  • 2022-12-23
  • 2022-01-31
  • 2021-08-02
  • 2021-11-30
  • 2021-06-05
  • 2022-12-23
猜你喜欢
  • 2022-01-23
  • 2021-11-18
  • 2021-04-11
  • 2022-12-23
  • 2022-12-23
  • 2021-07-28
相关资源
相似解决方案