unameコマンドでLinuxのシステムの情報を得る
Linuxのカーネルのバージョンを調べたりする事はよくある。
カーネルのバージョンアップや、バージョンアップ後の反映確認など。
そんな時に、unameを利用する。
使用法: uname [オプション]...
Print certain system information. With no OPTION, same as -s.
-a | --all | print all information, in the following order except omit -p and -i if unknown: | |
-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 or "unknown" | |
-i | --hardware-platform | print the hardware platform or "unknown" | |
-o | --operating-system | print the operating system | |
--help | この使い方を表示して終了 | ||
--version | バージョン情報を表示して終了 |
kernelのバージョンを調べる
CPUのタイプを調べる (i686とか)
などに使える
| 固定リンク
「Linux」カテゴリの記事
- httpsになったらレイアウトが崩れたりスクリプトが動かなかったりを修正(2023.06.19)
- ntpdを止めないでntpdateで同期する(2020.08.22)
- WSLのDebianでfishのヘルプを表示。shutdownコマンドでwslの終了も。(2020.08.04)
- python requests.exception.SSLError SSL接続でエラーが出る(2020.07.27)
- chkconfigできない…。debianでサービスの自動起動を設定する(2018.07.03)
この記事へのコメントは終了しました。
コメント