Skip to content

Instantly share code, notes, and snippets.

@bikerduweb
Last active December 8, 2024 10:16
Show Gist options
  • Select an option

  • Save bikerduweb/121dcb50b3abe4fe8e1be17cc89309a7 to your computer and use it in GitHub Desktop.

Select an option

Save bikerduweb/121dcb50b3abe4fe8e1be17cc89309a7 to your computer and use it in GitHub Desktop.
[Linux commands] Various #shell and #linux apps tips and memo
  • New session: screen -S session_name
  • Dettach: Ctrl+a d
  • Find sessions ID : screen -ls
  • Resume last session: screen -r
  • Resume specific session: screen -r ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment