Skip to content

Instantly share code, notes, and snippets.

@xorenio
Created March 27, 2017 15:00
Show Gist options
  • Save xorenio/bd2960c6bf207561d59b1e45b06468c9 to your computer and use it in GitHub Desktop.
Save xorenio/bd2960c6bf207561d59b1e45b06468c9 to your computer and use it in GitHub Desktop.
Fix for screen issue when changing user on linux term
#!/bin/bash
## I need a way of checking if screen issue
# To re-create the issue simply su a user
###
# root@local:~# sudo su john
# john@local:/root$ screen -l
#ISSUE-> Cannot open your terminal '/dev/pts/0' - please check.
echo "Go home your drunk"
cd $HOME
echo "Screen fix"
script /dev/null
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment