I have the follwing permissions situation and would like to give users dialup access. It appears users can execute pon, but the modem doesn't dial. Does the user need /dev/ttyS1 access? If so, how is that done, because chmod on that device says operation not permitted.
Any help appreciated! Steve bash-2.01$ ls -la /dev/ttyS1 crw-rw---- 1 root dialout 4, 65 Dec 7 20:43 /dev/ttyS1 debian:/home/steve# ls -la /etc/ppp/peers/provider -rw-r--r-- 1 root dip 577 Dec 4 09:02 /etc/ppp/peers/provider bash-2.01$ ls -la /usr/sbin/pppd -rwsr-xr-x 1 root dip 105884 Jun 19 1998 /usr/sbin/pppd