Command to check if the internet connection on the server is Online or Offline

PHOTO EMBED

Fri Apr 26 2024 06:58:59 GMT+0000 (Coordinated Universal Time)

Saved by @edsonjorgef1 #cli #bash

ping -q -w 1 -c 1 x.y.z.w > /dev/null && echo ok || echo error
content_copyCOPY