I am changing control character (e.g- ^C) using
stty intr ^_
under root privileges. It changes successfully.
But when I am closing terminal and opening terminal again to check whether same control character is saved or not, its actually not. It shows its default value. How can I solve this issue?