Skip to content

Instantly share code, notes, and snippets.

@cmdcolin
Created February 16, 2016 23:07
Show Gist options
  • Save cmdcolin/1454beb3c9e6c890938a to your computer and use it in GitHub Desktop.
Save cmdcolin/1454beb3c9e6c890938a to your computer and use it in GitHub Desktop.
access screen in another person's account
#!/bin/sh

$ screen -r 
Cannot open your terminal '/dev/pts/15' - please check.

$ script /dev/null
$ screen -r

works
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment