Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        screen: A screen manager that supports multiple logins on one terminal.
        
        
        - Summary
 
        - The screen utility allows you to have multiple logins on just one
terminal. Screen is useful for users who telnet into a machine or are
connected via a dumb terminal, but want to use more than just one
login.
Install the screen package if you need a screen manager that can
support multiple logins on one terminal.
 
        
        
            Arch: ia64
            
                | Download: | screen-3.9.15-10.ia64.rpm | 
                | Build Date: | Fri Feb  6 14:35:55 2004 | 
                | Packager: | Jaroslaw Polok <jaroslaw.polok@cern.ch> | 
                | Size: | 1.60 MiB | 
            
         
        Changelog
        
            - * Thu Jul 10 05:00:00 2003 Lon Hohberger <lhh{%}redhat{*}com> 3.9.15-10
 
            - Put the bindkey back in for now.
 
        
            - * Tue Jul  1 05:00:00 2003 Lon Hohberger <lhh{%}redhat{*}com> 3.9.15-9
 
            - Rebuilt
 
        
            - * Tue Jul  1 05:00:00 2003 Lon Hohberger <lhh{%}redhat{*}com> 3.9.15-8
 
            - Change screen's behavior to do the following: Attempt to use
~/.screen as the screen directory.  Failing that (ie, on files
systems without Unix sockets support), try using /tmp/screen-<USER>.
This prevents a user from creating /tmp/screens (which inherits
the sticky bit from /tmp, preventing other users from using screen),
as well as *tries* to be more secure.