Test ping Ubuntu Linux command line

คำสั่ง ping โดยใช้คำสั่ง command line ผ่าน app Terminal ใน Ubuntu Desktop

ping [hostname or IP address]

# ตัวอย่าง
# ping hostname

ping google.co.th

# ping IP

ping 172.217.26.67

# -c [number] จำกัดจำนวนครั้ง เช่น 4 ครั้ง

ping -c 4 google.co.th

# หรือ

ping -c 4 172.217.26.67

ตัวอย่างคำสั่ง command line ping ใน Terminal