Quote:
Originally posted by vinu
JDC, shouldn't it be "chmod a+s usr/sbin/kppp" instead of "chmod a+s /usr/bin/kppp"?
|
yes, /usr/bin/kppp is just the symbolic link for /usr/sbin/kppp. one should change chmod for the real binary file, not for the sym link.