Andrew Mathews <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]:
> DragonsFireBurns wrote: >>>I'd just like to know what is generating the error you're seeing? Is >>>it a script you wrote, or something thac Redhat provided? >>> >>> >>>>The tut was talking about testing the modem from remote machine >>>>using telenet, How? >>> >>>You can't telnet to a modem, AFAIK. You can telnet to an IP if its >>>bound to ppp0, but that's not quite the same. >>> >> >> >> When I do ; >> >> ls -al of /usr/sbin/pppd (or /sbin/pppd) should look like this: >> >> >> It says "ls: of: No such file or directory" >> >> I tried differant spacings and tried both ways (/usr/sbin or /sbin/) >> RH7.2 has it as /usr/sbin. >> >> _______________________________________________ >> Linux-users mailing list >> [EMAIL PROTECTED] >> Unsubscribe/Suspend/Etc -> >> http://www.linux-sxs.org/mailman/listinfo/linux-users > > Your syntax is incorrect if it's returning "of:". It should be: > ls -l /usr/sbin/pppd > (the a option to ls is for hidden files) otherwise you're trying to do > an ls of a file named "of" which doesn't exist, not /usr/sbin/pppd. That worked, however I had someone dial in and no respose, my phone just rang and the modem lights did not respond. What next? _______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
