1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【コマンド】unameでシステムの情報(OS, プロセッサ, ハードウェア)を表示する

Posted at

#uname

$ uname -a
Darwin TKPro.local 18.5.0 Darwin Kernel Version 18.5.0: 
Mon Mar 11 20:40:32 PDT 2019; root:xnu-4903.251.3~3/RELEASE_X86_64 x86_64

#オプション

名前 内容
-a (おすすめ)全ての情報表示
-m ハードウェア名
-n ホスト名
-p プロセッサーの型
-r カーネルのリリース日
-s カーネル名
-v カーネルバージョン

#Happy Hacking :sunglasses: !

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?