• 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

  • Cara membuat login facebook codeigniter ion_auth
    Member facebook selalu bertambah setiap tahunnya sama seperti member web web besar lainnya seperti google plus,twitter,comshar,dll.Pada...
  • Cara install dota 2 di linux ubuntu
    Para gamer tidak akan puas jika belum menginstall game dota2.Game berbasis multiplayer ini sangat digandrungi anak muda jaman sekarang.L...
Copyright © 2013 Web Tutorial Saja - All Rights Reserved