Venkata chalapathi naiduKnowledge Contributor									
															
						If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use
													If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use												
												
												
		
                    
By default, the interrupt key is set to ^c, which represents Control-c. So, to use Control-c as the interrupt key, you would use the command stty intr ^c. Therefore, Option B: stty intr ^c is the correct command to set Control-c as the interrupt key.