i have implemented a c program where raw packets are received from the network and saved in a binary file. Thing is i cant open that binary file. i tried opening it using terminal,but i am getting permission denied.
I used
sudo ./sniff_data.bin
and its displaying
sudo: ./sniff_data.bin: command not found