Home » Questions » Computers [ Ask a new question ]

How to stop a process in Terminal [duplicate]

How to stop a process in Terminal [duplicate]

When I task in Terminal, such as ping blah.com, how do I then stop this task (other than closing the Terminal window. In Windows, you can Ctrl+Break pretty much any terminal based process, but I can't figure out the way to do it on the Mac.

Asked by: Guest | Views: 165
Total answers/comments: 1
Guest [Entry]

"Ctrl + C

Ctrl + C is a the standard *nix way of signaling a process to abort."