当前位置:网站首页>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
边栏推荐
- 网络层协议介绍
- Detailed explanation of ten solutions across domains (summary)
- Tencent Cloud Message Queue CMQ
- vim教程:vimtutor
- The idea of commonly used shortcut key
- Seven Ways to Center a Box Horizontally and Vertically
- May I ask how to read the binlog of the two tables of hologres through flink sql, and then how to join?
- Small example of regular expression--remove spaces in the middle and on both sides of the string
- network issue?Service packet loss?This is enough
- selenium模块的操作之拉钩
猜你喜欢
input detailed file upload
transport layer protocol
DevOps - Understanding Learning
干货!教您使用工业树莓派结合CODESYS配置EtherCAT主站
Unity realizes first-person roaming (nanny-level tutorial)
Introduction to Network Layer Protocols
网络不通?服务丢包?看这篇就够了
spark operator - map vs mapPartitions operator
带你深入了解Cookie
VLAN is introduced with the experiment
随机推荐
What impact does CIPU have on the cloud computing industry?
云计算基础-学习笔记
spark source code - task submission process - 3-ApplicationMaster
Transformer详细解读与预测实例记录
RAID磁盘阵列
wc、grep、tar、vi/vim
初识网页与浏览器
static routing
[问题已处理]-虚拟机报错contains a file system with errors check forced
智能运维会取代人工运维吗?
The idea of commonly used shortcut key
What is Alibaba Cloud Express Beauty Station?
用户和用户组管理、文件权限管理
Problems encountered in installing Yolo3 target detection module in Autoware
DevOps process demo (practical record)
NAT实验
In-depth Zabbix user guide - from the green boy
Billions of IT operations in the market, the product by strength to speak
network issue?Service packet loss?This is enough
磁盘管理与文件系统