Disable CTRL+C on Linux


To disable CTRL+C on Linux, you can use the following command:

# stty intr undef

 

,