Closed Thread
Results 1 to 3 of 3

Thread: ping -t

  1. #1
    Wanch Guest

    ping -t

    In dos I do a ping -t in order to continuously ping. How do I do that in Linux?

  2. CODECALL Circuit advertisement

     
  3. #2
    Jordan Guest
    A regular ping (with no options) will continuously ping in Linux.

  4. #3
    Onur Guest

    Arrow

    I think it's same with windows's command, for example:
    Code:
     ping 192.168.0.1 -t

    The code for ping is same as that at top but at the IP numbers you put yours!
    Code:
     ping xxx.xxx.xxx.xxx -t

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Ping to Website using VB6.0
    By gyswamy in forum Visual Basic Programming
    Replies: 4
    Last Post: 04-19-2011, 06:20 AM
  2. ping TTL?
    By Hamed in forum Computer Software/OS
    Replies: 1
    Last Post: 03-31-2011, 01:00 AM
  3. Ping VBcript
    By baxta24 in forum Visual Basic Programming
    Replies: 0
    Last Post: 11-18-2010, 10:35 PM
  4. Ping utility
    By bedussy in forum General Programming
    Replies: 6
    Last Post: 06-18-2010, 05:58 AM
  5. C++ Ping
    By Hunter100 in forum C and C++
    Replies: 3
    Last Post: 04-25-2010, 01:25 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts