• 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

  • Alasan Mengapa Orang Miskin Selalu Miskin
    Pasti dari sekian juta orang indonesia berfikir kenapa ya orang miskin selalu miskin?misalnya bapaknya pengemis trus anaknya jadi pemulung,p...
  • How to Copy Site For Offline with Webhttrack on Linux Server
    Hello my friends today i will make a tutorial for copy site for open it on offline.But this tutorial using Linux Server(dedicated server or ...
  • HTML css
    DI dalam kode HTML anda dapat menyisipkan kode css.Css adalah kepanjangan dari C ascading S tyle S heets. merubah style d HTML terdapat 3 ...
  • 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...
Copyright © 2013 Web Tutorial Saja - All Rights Reserved