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」カテゴリの記事
- grubブートフロッピーからの起動と復旧(2009.08.19)
- unameコマンドでLinuxのシステムの情報を得る(2009.04.15)
- XMLRPC::Liteで更新Ping(2009.05.29)
- LinuxでCDを焼く(2007.07.15)
- 仮想端末ツール screen(2007.10.22)



コメント