maoruibin / maoruibin/maoruibin.github.com

Ping 命令

Open
#64 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
22
Forks
4
PR merge metrics
No merged PRs in 30d

Description

作用

确定网络和各外部主机的状态;跟踪和隔离硬件和软件问题;测试、评估和管理网络。如果主机正在运行并连在网上,它就对回送信号进行响应。每个回送信号请求包含一个网际协议(IP)和 ICMP 头,后面紧跟一个 tim 结构,以及来填写这个信息包的足够的字节。缺省情况是连续发送回送信号请求直到接收到中断信号(Ctrl-C)。

key

  • ping 命令每秒发送一个数据报并且为每个接收到的响应打印一行输出
  • linux 下的 ping 和 windows 下的 ping 稍有区别, linux 下 ping 不会自动终止,需要按 ctrl+c终止或者用参数-c指定要求完成的回应次数。

链接

每天一个 linux 命令(54):ping命令 - peida - 博客园

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue provides Chinese documentation about the ping command and links to an external article, but names no repository file or entry point. Start by locating the blog's documentation structure and clarifying the intended placement, scope, and acceptance criteria; completion cannot be determined from the issue alone.

Written by the indexing model from the issue text.

Assessment

Tech stack
linux
Domain
cli, networking
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.