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.
--
Andrew Mathews
---------------------------------------------------------------------
10:25am up 2:40, 4 users, load average: 0.13, 0.16, 0.08
---------------------------------------------------------------------
Of course, some people consider hidden bugs to _be_ fixed. I don't believe
in that particulat philosophy myself.

- Linus Torvalds on linux-kernel

_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to