LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how do I ping this" ping -n 20 etguidauth.evenbalance.com ?" (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-ping-this-ping-n-20-etguidauth-evenbalance-com-645929/)

Shadowmeph 05-30-2008 03:56 PM

how do I ping this" ping -n 20 etguidauth.evenbalance.com ?"
 
I tried to use ping -n 20 etguidauth.evenbalance.com in terminal but I am getting an error"connect: Invalid argument" I was given those instruction to ping but I noticed that they are for a dos box is there another way to ping ?

stress_junkie 05-30-2008 04:07 PM

As long as you've got your terminal window open for ping you could check the manual page for that utility.
Code:

man ping
In this case the -n is not valid. You probably want -c for count. Or you could just leave out the parameters and enter the name of the host to ping.
Code:

ping etguidauth.evenbalance.com
Press <cntrl><c> to stop it pinging.

Shadowmeph 05-30-2008 05:12 PM

Quote:

Originally Posted by stress_junkie (Post 3169734)
As long as you've got your terminal window open for ping you could check the manual page for that utility.
Code:

man ping
In this case the -n is not valid. You probably want -c for count. Or you could just leave out the parameters and enter the name of the host to ping.
Code:

ping etguidauth.evenbalance.com
Press <cntrl><c> to stop it pinging.

thank you I would do that :)

salasi 05-30-2008 08:09 PM

Quote:

Originally Posted by Shadowmeph (Post 3169720)
but I noticed that they are for a dos box is there another way to ping ?

Ugh! Please don't say 'dos box; its quite insulting! (The DOS dos-box being a rather feeble and underpowered thing compared with any shell on a Unix-style machine. If you do, your computer won't like you, and you know what can happen then - see 2001.)

You could look at: http://linux.softpedia.com/get/Utili...ng-29224.shtml
if you are still interested in a gui to run ping. Although running the correct command would seem to have done it for you.

i92guboj 05-30-2008 08:47 PM

Quote:

Originally Posted by salasi (Post 3169916)
You could look at: http://linux.softpedia.com/get/Utili...ng-29224.shtml
if you are still interested in a gui to run ping. Although running the correct command would seem to have done it for you.

Gosh. A GUI to run ping...

Where are we going...

I don't like to publish empty posts but this thing really scared me. In any case, and for the sake of saying something to the original poster: the error message was clear enough. Next time that a command tells you that the parameter is not correct, the first thing you should always check is the manual (man or info page).

Shadowmeph 06-02-2008 11:43 AM

Quote:

Originally Posted by salasi (Post 3169916)
Ugh! Please don't say 'dos box; its quite insulting! (The DOS dos-box being a rather feeble and underpowered thing compared with any shell on a Unix-style machine. If you do, your computer won't like you, and you know what can happen then - see 2001.)

You could look at: http://linux.softpedia.com/get/Utili...ng-29224.shtml
if you are still interested in a gui to run ping. Although running the correct command would seem to have done it for you.

ok sorry about that I know that I am wrong but being new to Linux, Dos is the closest thing I could think of to Linux because back in the day when I first started using computers it was the commodore then it was a 386 computer which used dos and that was before windows was out.


All times are GMT -5. The time now is 10:41 AM.