当前位置:网站首页>Uname command – displays system information
Uname command – displays system information
2022-06-25 05:59:00 【ProYuan28】
uname The full English name of the order is “Unix name”.
Used to display system related information , For example, host name 、 Kernel version number 、 Hardware architecture, etc .
If no options are specified , The effect is equivalent to executing ”uname -s” command , The name of the system kernel is displayed .
Grammar format :uname [ Parameters ]
Common parameters :
| -a | Display all relevant information of the system |
| -m | Display computer hardware architecture |
| -n | Show host name |
| -r | Display the kernel release number |
| -s | Show kernel name |
| -v | Show kernel version |
| -p | Show host processor type |
| -o | Show operating system name |
| -i | Display hardware platform |
Reference examples
Displays the system hostname 、 Kernel version number 、CPU Type information :
[[email protected] ~]# uname -a Linux ProdDockerSvr 4.4.0-204-generic #236-Ubuntu SMP Fri Feb 19 16:11:27 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Display only the system hostname :
[[email protected] ~]# uname -n ProdDockerSvr
Displays the kernel version of the current system :
[[email protected] ~]# uname -r 4.4.0-204-generic
Displays the hardware architecture of the current system :
[[email protected] ~]# uname -i x86_64
边栏推荐
- Timed thread pool
- PIP connects to Tsinghua source by default
- "APEC industry +" biov Tech talks about the cross-border of Chinese biotechnology enterprises and "Pratt & Whitney Kangyu" | apec-hub public welfare
- Mongodb basic concept learning - Documentation
- Learn the interface test, see it is very good, and make a note
- Go uses channel to control concurrency
- SAP ui5 application development tutorial 32 - how to create a custom SAP ui5 control
- Is the securities account of Qiantang education safe? Is it reliable?
- Try with resource close resource flow
- Go microservice development toolkit
猜你喜欢
Websocket in the promotion of vegetable farmers

05 virtual machine stack

Farewell to Lombok in 996
SAP ui5 date type sap ui. model. type. Analysis of date parsing format
Learn the interface test, see it is very good, and make a note
Technology inventory: Technology Evolution and Future Trend Outlook of cloud native Middleware

Word quickly makes multiple single-sided table labels, number plates, etc

50 days countdown! Are you ready for the Landbridge cup provincial tournament?
The e-book "action guide for large organizations to further promote zero code application platform" was officially released!

Day21 JMeter usage basis
随机推荐
Common cluster deployment schemes in redis
Monkey test of APP automation
Get the first letter of Chinese phonetic alphabet in Excel and capitalize it
Laravel8 fill data
Lesson 9: workspace introduction
Day21 JMeter usage basis
Multithreading and thread pool
SAP ui5 date type sap ui. model. type. Analysis of date parsing format
SAP Fiori tools and corresponding cli (command line interface)
The k-th node of the binary search tree [sword finger offer]
Go uses channel to control concurrency
Create a complete binary tree in array order
Interview experience - list of questions
Leetcode sword finger offer question brushing - day 27
Technology Review: Interpretation of cloud native architecture trend in 2022
SAP ui5 beginner tutorial No. 27 - unit test tool quNit introduction trial version for SAP ui5 application
Volatile and JMM memory models
Vscode voice notes to enrich information (medium)
Farewell to Lombok in 996
Vscode voice notes to enrich information (Part 1)