• Home
  • Sitemap
  • Privacy Policy
  • Disclaimer
  • Contact
  • Term of Condition

Web Tutorial Saja

All about tutrial no bullshit

  • Home
  • linux
  • Tutorial
Home » linux » tutorial » How to install sccreen on linux ubuntu

How to install sccreen on linux ubuntu

today i will make tutorial how to install screen on linux ubuntu. But i think you will have question what is screen?


Screen is a terminal multiplexer, which allows a user to access multiple separate terminal sessions inside a single terminal window or remote terminal session (such as when using SSH).

 so how to install it .simple follow this command:
sudo apt-get install screen


Some useful (basic) commands are:

screen -S <sessionname> # create session with name 'sessionname'
screen -ls              # show current screen sessions
CTRL-a d                # detach from screen session
screen -r <sessionname> # re-attach to 'sessionname'

Once in an attached screen window, useful commands are:
CTRL-a c                # create a new window/terminal
CTRL-a A                # name the window/terminal
CTRL-a "                # list all windows and select to switch
CTRL-a n                # cycle to next window/terminal
exit                    # exit from the current window/terminal

Posted by Unknown on Friday, April 3, 2015 - Rating: 4.5
Title : How to install sccreen on linux ubuntu
Description : today i will make tutorial how to install screen on linux ubuntu. But i think you will have question what is screen? Screen is a terminal...

Share to

Facebook Google+ Twitter

0 Response to "How to install sccreen on linux ubuntu"

Post a Comment

Newer Post
Older Post
Home
Subscribe to: Post Comments (Atom)

Kategori

  • codeigniter
  • html
  • linux
  • Out Of Topic
  • relax
  • seo
  • tutorial

Artikel Populer Mingguan

  • Pengenalan Tentang HTML5
    APA itu HTML? Html adalah kepanjangan dari Hyper Text Markup Language contoh html script <!DOCTY...
  • Element HTML
    Element HTML adalah segala sesuatu yang memiliki tag awalan , tag akhiran dan terdapat konten di antara tag awalan dan tag akhiran. Ilustr...
  • EDITOR yang dapat digunakan untuk HTML
    Pengguna Windows Banyak alternatif untuk pengguna windows untuk editor html dapat menggunakan: notepad notepad ++ download...
  • Dasar dasar Tentang HTML
    Untuk awal html page harus dideklarasikan “<!DOCTYPE html> “ skrip ini mendeklarasikan file html versi terbaaru html5. ...
  • HTML Atribut
    HTML atribut adalah informasi atau data tambahan dari html element. Ciri-ciri HTML atribut adalah selalu di tag awal html element dap...
Copyright © 2013 Web Tutorial Saja - All Rights Reserved