LinuxShell 系統資訊命令

2021-09-21 00:25:56 字數 1824 閱讀 2100

linuxshell目錄傳送門:

$ man archarch - print machine hardware name (same as uname -m)

print machine architecture.

列印機器的架構.

$ man unameuname - print system information

print certain system information. with no option, same as -s.

列印系統資訊(如果沒有新增選項, 則與"uname -s"的命令結果相同)

-a, --all

print all information, in the following order, except omit -p and -i if unknown:

列印所有的系統資訊, 使用以下的順序.(如果-p和-i的命令選項的結果是未知的話, 則忽略它的結果.)

-s, --kernel-name

print the kernel name,

列印核心名

-n, --nodename

print the network node hostname

列印網路節點名

-r, --kernel-release

print the kernel release

列印核心的發行版本

-v, --kernel-version

print the kernel version

列印核心版本

-m, --machine

print the machine hardware name

列印機器硬體名

-p, --processor

print the processor type (non-portable)

列印處理器型別

-i, --hardware-platform

print the hardware platform (non-portable)

列印硬體平台

-o, --operating-system

print the operating system

列印作業系統名

由此可知, uname -a輸出結果的意思如下:

linux ubuntu 4.15.0-43-generic #46~16.04.1-ubuntu smp fri dec 7 13:31:08 utc 2018 x86_64 x86_64 x86_64 gnu/linux

核心名網路節點名

linux核心的發行版本

核心版本

機器硬體名

處理器型別

硬體平台

作業系統名

-s, --kernel-name

-n, --nodename

-r, --kernel-release

-v, --kernel-version

-m, --machine

-p, --processor

-i, --hardware-platform

-o, --operating-system

linux

ubuntu

4.15.0-43-generic

#46~16.04.1-ubuntu smp fri dec 7 13:31:08 utc 2018

x86_64

x86_64

x86_64

gnu/linux

Android開發Linux shell命令

一 shell快捷鍵使用 1 上下箭頭調出歷史命令 2 ctrl a跳到第乙個字元前 3 ctrl u刪除提示符前的所有字元 4 ctrl k刪除提示符後全部字元 5 ctrl e轉到字元尾部 6 ctrl r向前查詢用過的命令 7 命令補齊 8 ctrl c 撤消當前命令列的編輯,另起一行.9 清...

Linux shell 實時監測程序 top命令

前言 當程式執行在系統時,我們稱子為程序。想要監測這些程序,需要用到ps命令。雖然ps命令在收集執行在系統中的資訊時非常有用。但是不足之處在於,ps命令只能顯示某個特定時間點的資訊。而要想實時監測程序狀態,需要用到接下來所講的top命令。實時監測程序 我們前言也說了,ps命令只能顯示某個特定時間點的...

mysql show status檢視資訊命令

mysql效能命令 列出所有使用者的當前連線 show processlist 只顯示前100行 show full processlist 顯示所有連線 檢視所有mysql資訊 show status 檢視正在使用延遲插入處理器執行緒的數量 show status like delayed ins...