Hi there guys, I'm new here, so forgive me if i have not got this in the right room.
Basically, I am learning how to use the command line on the mac, and I have come across a curious thing. Concerning the Kill command.
I used it to quit the preview app, and it quits and then restarts.
I have tried these so far
kill -15 (PID) Application restarted
kill -9 (PID) Application restarted
and kill -3 (PID) Error message - Application quit unexpectedly.
where (PID) is the process code.
Now I can understand the last one, but I am very curious as to why the other two should make preview quit and then restart straight away.
To be fair, it is possible that the icon is not quitting at all but just bouncing in the dock, but either way, what could I be doing wrong as concerns this, all other applications close very nicely with:
kill -15 (PID)
Kind regards
Jonny
Basically, I am learning how to use the command line on the mac, and I have come across a curious thing. Concerning the Kill command.
I used it to quit the preview app, and it quits and then restarts.
I have tried these so far
kill -15 (PID) Application restarted
kill -9 (PID) Application restarted
and kill -3 (PID) Error message - Application quit unexpectedly.
where (PID) is the process code.
Now I can understand the last one, but I am very curious as to why the other two should make preview quit and then restart straight away.
To be fair, it is possible that the icon is not quitting at all but just bouncing in the dock, but either way, what could I be doing wrong as concerns this, all other applications close very nicely with:
kill -15 (PID)
Kind regards
Jonny