Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (9.5k points)

How do I manually abort the bash command which is running currently? 

1 Answer

0 votes
by (19.7k points)
edited by

Ctrl + C --- to terminate the process. The process can either honor or ignore it. If it doesn’t work, try the below one: 

Ctrl + Z --- to suspend the current process. Use fg to bring the process back in action.  

Interested in Java? Check out this Java Certification by Intellipaat.   

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...