Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to close a programm in bash

ps -A  // to get the pid, can be combined with grep
-or-
pidof <name>
-or-
pgrep <name>

kill <pid>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #close #programm #bash
ADD COMMENT
Topic
Name
8+8 =