« Roxio製品でドライブを認識しない | トップページ | レジストリ »

2009-04-15

unameコマンドでLinuxのシステムの情報を得る

Linuxのカーネルのバージョンを調べたりする事はよくある。

カーネルのバージョンアップや、バージョンアップ後の反映確認など。
そんな時に、unameを利用する。

使用法: uname [オプション]...
Print certain system information. With no OPTION, same as -s.

-a--allprint all information, in the following order except omit -p and -i if unknown:
-s--kernel-nameprint the kernel name
-n--nodenameprint the network node hostname
-r--kernel-releaseprint the kernel release
-v--kernel-versionprint the kernel version
-m--machineprint the machine hardware name
-p--processorprint the processor type or "unknown"
-i--hardware-platformprint the hardware platform or "unknown"
-o--operating-systemprint the operating system
--helpこの使い方を表示して終了
--versionバージョン情報を表示して終了

kernelのバージョンを調べる
CPUのタイプを調べる (i686とか)

などに使える

|

« Roxio製品でドライブを認識しない | トップページ | レジストリ »

Linux」カテゴリの記事

コメント

この記事へのコメントは終了しました。

トラックバック


この記事へのトラックバック一覧です: unameコマンドでLinuxのシステムの情報を得る:

« Roxio製品でドライブを認識しない | トップページ | レジストリ »