root@ibmtop:pts/0 ~ # ll =cu
120 -rwxr-xr-x 1 root root 121156 Apr 21 22:22 /usr/bin/cu*
The cu binary is from Debian 2.2 (potato)
root@ibmtop:pts/0 ~ # dpkg -S =cu
uucp: /usr/bin/cu
As you can see, cu is not suid root. But you were
still right in a sense:
root@ibmtop:pts/0 ~ # strace cu -l /dev/ttyS0 |& grep setuid
setuid(10) = 0
Uid 10 is uucp. I do consider this strange behaviour.
Anyway, I prefer a simple command line tool like cu to a
menu-driven thing like minicom.
All of this still doesn't solve my problem, though.
Thanks for the help, anyway,
Dirk
-- Dipl.-Ing. Dirk W. Steinberg __________________________________________________ Consultant Technologieberatung Informationssysteme DETECON GmbH, Oberkasseler Strasse 2, 53227 Bonn Tel.: (0228) 700-1277 Fax: (0228) 700-1157 Mobil: (0171) 221 6585 Internet: www.detecon.de- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/