Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

gnu-screen

How do I get out of ‘screen’ without typing ‘exit’?

September 18, 2022 by Tarik

Ctrl-a d or Ctrl-a Ctrl-d. See the screen manual # Detach.

Categories linux Tags gnu-screen, linux Leave a comment

How can I assign a name for a screen? [closed]

September 13, 2022 by Tarik

To start a new session screen -S your_session_name To rename an existing session Ctrl+a, : sessionname YOUR_SESSION_NAME Enter You must be inside the session

Categories linux Tags gnu-screen, linux, shell, unix Leave a comment

Kill detached screen session [closed]

September 7, 2022 by Tarik

“kill” will only kill one screen window. To “kill” the complete session, use quit. Example $ screen -X -S [session # you want to kill] quit For dead sessions use: $ screen -wipe

Categories linux Tags gnu-screen, kill, linux Leave a comment
Newer posts
← Previous Page1 … Page4 Page5

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa