kill screen by command line code example
Example 1: kill screen
$ screen -X -S [session # you want to kill] quit
Example 2: how to kill linux screen
screen -XS 20411 quit
$ screen -X -S [session # you want to kill] quit
screen -XS 20411 quit