Remote Logins that Start X-Windows
    Chris Torek 
    chris at mimsy.UUCP
       
    Tue Jul  4 08:39:16 AEST 1989
    
    
  
In article <20125 at adm.BRL.MIL> 91erm at bigbird.cc.williams.edu writes:
>As far as Suns go, the ability to seize the console derives mostly
>from the fact that the screen buffer device is usually left at mode 666 ...
You can easily make the case that the frame buffer device(s) on a
Sun are much like tape drives, which (since V7 at least) have been
`single use devices'.  A driver for such a device should permit
only one process to open the device.  (One open, the file descriptor
can still be passed around through dup() and fork(), and, on some
systems, as a message.)
Of course, this does not keep people from logging in remotely when
the console happens to be free, and opening it then.  But this is
sometimes legitimate, whereas sharing the bitmap hardware is not.
(Unless you make the opposite case :-) )
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163)
Domain:	chris at mimsy.umd.edu	Path:	uunet!mimsy!chris
    
    
More information about the Comp.unix.questions
mailing list