:: Re: [DNG] My virtual terminals seem…
Pàgina inicial
Delete this message
Reply to this message
Autor: Didier Kryn
Data:  
A: dng
Assumpte: Re: [DNG] My virtual terminals seem amiss
Le 08/03/2016 17:32, dev a écrit :
>
> $ ls -l /dev/tty[1-6]
> crw--w---- 1 root tty 4, 1 Mar 8 08:08 /dev/tty1
> crw--w---- 1 root tty 4, 2 Mar 8 10:09 /dev/tty2
> crw--w---- 1 root tty 4, 3 Mar 8 08:08 /dev/tty3
> crw--w---- 1 root tty 4, 4 Mar 8 08:08 /dev/tty4
> crw--w---- 1 root tty 4, 5 Mar 8 08:08 /dev/tty5
> crw--w---- 1 root tty 4, 6 Mar 8 08:08 /dev/tty6


     A device write-only for group looks strange. On my old 
debian-wheezy I get


crw------- 1 root root 4, 0 mars 8 17:56 /dev/tty0
crw-rw---- 1 root tty 4, 1 mars 8 17:56 /dev/tty1
crw-rw---- 1 root tty 4, 2 mars 8 17:56 /dev/tty2
crw-rw---- 1 root tty 4, 3 mars 8 17:56 /dev/tty3
crw-rw---- 1 root tty 4, 4 mars 8 17:56 /dev/tty4
crw-rw---- 1 root tty 4, 5 mars 8 17:56 /dev/tty5
crw-rw---- 1 root tty 4, 6 mars 8 17:56 /dev/tty6
crw------- 1 root root 4, 7 mars 8 17:56 /dev/tty7
crw------- 1 root root 4, 8 mars 8 17:56 /dev/tty8
crw------- 1 root root 4, 9 mars 8 17:56 /dev/tty9

     Didier