From 88cb79e16fee07d91aaf7ded367782cf1cfc4ff5 Mon Sep 17 00:00:00 2001 From: cht8687 Date: Fri, 24 Feb 2017 15:58:28 +1100 Subject: [PATCH] Add in Killall command --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index 8ef8206..ae78b26 100644 --- a/readme.md +++ b/readme.md @@ -36,6 +36,7 @@ As a computer expert, we want to be more efficient and do our jobs better. We kn 1. [show a calendar](#showcal) 1. [find a future date](#calcdate) 1. [use a calculator](#calculator) +1. [kill a program](#killprogram) ## copy a file @@ -258,5 +259,13 @@ Want to use a calculator? bc ``` +## force quit a program + +**STOP FORCE QUITE A PROGRAM USING GUI** + +``` +killall program_name +``` + === _Remember, you can always google or `man` the commands you are not familiar with._