tty permissions
I'm not sure if I have a problem or not, but would be grateful for some guidance.
I have three distinct types of serial port on my slackware 10.2 machine:
standard ttyS0 - ttyS1
multi-port serial card ttyD000 - ttyD007
remote terminal server ports ttyCC00 - ttyCC07
If I do ls -al /dev/ttyS0 as root, I get the following response from:
crw-rw---- 1 root uucp 4, 64 2006-3-20 22:18 /dev/ttyS0
I thought it should be owned by root and tty.
Similarly, if I do the same for /dev/ttyD000 or /dev/CC00 I get:
crw--w--w-- 1 root root ..... etc
which I understand to mean that it is owned by root and root.
If these are wrong, how can I change them to be owned by the proper groups?
Thanks
Roger
|