@benny_schoen
In Linux, the symbol ^
represents a keyboard shortcut for sending a SIGQUIT signal to a process.
The SIGQUIT signal is a special signal that causes a program to terminate and generate a core dump. It is typically initiated by pressing the Ctrl + keys on the keyboard.