Posted by
admin on Tuesday, February 10th, 2009 |
5,411 views
If you started a command in foreground (not in background) and you want to interrupt it you can use this command:
CTRL + C
The above command will interrupt the previous started command and will return the shell prompt.
Leave a Reply