当前位置:网站首页>System basics - study notes (some command records)
System basics - study notes (some command records)
2022-08-05 06:33:00 【monkeyhlj】
系统基础-学习笔记(一些命令记录)
Windows常用命令
ping
通过发送Internet控制消息协议(ICMP)验证与其他TCP/IP计算机的IP级连接回显请求消息.
Displays the receipt of the corresponding echo reply message.以及往返时间.ping是主要的TCP/IP命令,用于解决连接、Accessibility and name resolution issues.使用时不带参数, ping显示帮助.
arp
显示和修改地址解析协议(ARP)缓存中的条目,其中包含一个或多个用于存储IPA table of addresses and their resolved Ethernet or Token Ring physical addresses.计算机上安装的每个以太网或令牌环网络适配器都有一个单独的表.在没有参数的情况下使用, arp显示帮助.
tracert
确定通过发送Internet控制消息协议(ICMP)Echo the request or with an incrementing time-to-live(TTL)字段值向目标发送消息.路径显示源主机和目标之间路径中路由器的近/侧路由器接口列表.
近/侧接口是最接近路径中发送主机的路由器接口.
不用参数, tracert显示帮助.
route
显示并修改本地IP路由表中的输入.无参数使用,路径显示帮助.


ipconfig
显示所有当前TCP/IP网络配置值,并刷新动态主机配置协议(DHCP)和域名系统(DNS)设置.ipconfig在没有参数的情况下使用,为所有适配器显示Internet协议版本4(IPv4)和IPv6地址、子网掩码和默认网关.






netstat
显示有源TCP连接,计算机在哪一个端口被听,以太网统计,IP路由表,IPV4统计(关于IP,ICMP,TCP,和UDP协议)和IPV6统计(关于IP,ICMP,TCP,和UDP协议).使用无参数,网络显示激活TCP连接.2


Linux系统常用命令
Linux系统概述
Linux内核最初是由李纳斯·托瓦兹(Linus Torvalds)在赫尔辛基大学读书时出于个人爱好而编写的,当时他觉得教学用的迷你版UNIX操作系统Minix太难用了,于是决定自己开发一个操作系统.第1版本于1991年9月发布,当时仅有10000行代码.
Linux是一个类似Unix的操作系统, Unix要早于Linux, Linux的初衷就是要替代UNIX,并在功能和用户体验上进行优化,所以Linux模仿了UNIX(但并没有抄袭UNIX的源码),使得Linux在外观和交互上与UNIX非常类似.
系统命令是在用户编程接口之上,它实际上是一个可执行程序,内部是引用了用户编程接口(API)来实现相应的功能.



使用命令的注意事项:
在Linux系统中命令区分大小写
在命令行中,可以使用Tab键来自动补齐命令,即可以只输入命令的前几个字母,然后按Tab键,系统将自动补齐该命令,若命令不止一个,则显示出所有和输入字符相匹配的命令
按Tab键时,如果系统只找到一个和输入字符相匹配的目录或文件,则自动补齐;如果没有匹配的内容或有多个相匹配的名字,系统将发出警鸣声,再按一下Tab键将列出所有相匹配的内容,以供用户选择


















常用linux命令概述

















【参考】Convinced Learning Course
边栏推荐
- Configuration of routers and static routes
- Mina disconnects and reconnects
- 传输层协议
- What is Alibaba Cloud Express Beauty Station?
- sql server duplicate values are counted after
- Advantages of overseas servers
- [问题已处理]-虚拟机报错contains a file system with errors check forced
- What's the point of monitoring the involution of the system?
- Unity realizes first-person roaming (nanny-level tutorial)
- LeetCode练习及自己理解记录(1)
猜你喜欢

In-depth Zabbix user guide - from the green boy
time complexity and space complexity

VRRP overview and experiment

el-autocomplete使用

One-arm routing experiment and three-layer switch experiment

云计算基础-学习笔记

King power volume LinkSLA, realize operations engineer is happy fishing

入职前,没想到他们玩的这么花

Chengyun Technology was invited to attend the 2022 Alibaba Cloud Partner Conference and won the "Gathering Strength and Going Far" Award

Vim tutorial: vimtutor
随机推荐
User and user group management, file permission management
磁盘管理与文件系统
Configuration of routers and static routes
Passing parameters in multiple threads
CIPU, what impact does it have on the cloud computing industry?
监控系统的内卷,有什么讲究?
Four ways to obtain Class objects through reflection
系统基础-学习笔记(一些命令记录)
Problems encountered in installing Yolo3 target detection module in Autoware
[issue resolved] - jenkins pipeline checkout timeout
Insight into the general trend of the Internet, after reading this article, you will have a thorough understanding of Chinese domain names
Growth: IT Operations Trends Report
Vim tutorial: vimtutor
Spark source code - task submission process - 6-sparkContext initialization
Introduction to Network Layer Protocols
Switch principle
From "dual card dual standby" to "dual communication", vivo took the lead in promoting the implementation of the DSDA architecture
The Servlet to jump to the JSP page, forwarding and redirection
逻辑卷创建
网络协议基础-学习笔记




