Skip to content

Instantly share code, notes, and snippets.

@mjj2000
Created June 17, 2015 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjj2000/458c9e99fa23e5847fc5 to your computer and use it in GitHub Desktop.
Save mjj2000/458c9e99fa23e5847fc5 to your computer and use it in GitHub Desktop.
Sudo as different user and running screen

Add this function screen in ~/.bashrc to avoid error as below:

Cannot open your terminal '/dev/pts/0' - please check.

function screen() {
  /usr/bin/script -q -c "/usr/bin/screen ${*}" /dev/null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment