PermissionError: [Errno 1] Operation not permitted

前端 未结 1 1832
时光取名叫无心
时光取名叫无心 2021-01-20 01:30

I am completely new to python, linux RPI and scapy. I am trying to send some packets using scapy.
On Command Line (only if super user privileges are given to scapy)
<

1条回答
  •  不要未来只要你来
    2021-01-20 02:16

    This means that you need to start your script with sudo/admin rights.

    0 讨论(0)
提交回复
热议问题