Quote:
Originally Posted by nx5000
killall -TERM kwrite
if it has been blocked by the application, then
killall -KILL kwrite
|
I am trying to send SIGUSR1 from a c programm
system("kill -SIGUSR1 'cat /var/run/process.pid'");
but facing the same problem i.e. i am getting error invalid signal specification
But from konsole if I try to send then does not give any problem.. Can you please help whats wrong with this??