Intento usar esto stty intr ^K
para cambiar Ctrl + C
a Ctrl + K
CentOS 7.
Pero cuando reinicio mi servidor. Se restablece a los valores predeterminados nuevamente.
¿Cómo puedo cambiarlo permanentemente de Ctrl + C
a Ctrl + K
en CentOS 7?
Respuesta1
Necesitas agregar stty intr ^K
a tu ~/.bashrc
.
Si desea tener un efecto en todo el sistema, debe agregarlo a su /etc/bash.bashrc
archivo.