Shell/Bash: linux screen kill attached session Example
Shell/Bash Example: This is the "linux screen kill attached session" Example. compiled from many sources on the internet by SimpleTutorials.org
linux screen kill attached session
screen -X -S SCREENID kill
kill screen session from outside
screen -X -S [session # you want to kill] kill
* Summary: This "linux screen kill attached session" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!