Any way to trigger the Ctrl+C action?
I wonder is there anyway for me to stimulate the action of Ctrl+C to terminate the server in Raspberry Pi?
I understand that we can execute the server initially in Daemon using :
sudo ./vhusbdarm -b
and terminate it by using :
sudo kill -9 $(pidof ./vhusbdarm)
but this will cause the lost of my /dev/video0 driver in my Raspberry Pi. (As Ctrl+C will not cause this issue)
Looking for alternative way to do so.
- Read more about Any way to trigger the Ctrl+C action?
- 2 comments
- Log in or register to post comments