Which command should you use to set [Control-c] as the interrupt key instead of [Del]?

Choose the correct answer

Explanation

To configure the interrupt key to [Control-c], the correct command is 'stty intr \^c'. This sets the interrupt character to Control-c instead of the default delete key.

Which command should you use to set [Control-c] as t… — Basic of linux unix | PakQuizHub