aboutsummaryrefslogtreecommitdiff
path: root/documentation/manual-pages/ja/man1/uname.1
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/manual-pages/ja/man1/uname.1')
-rw-r--r--documentation/manual-pages/ja/man1/uname.1102
1 files changed, 102 insertions, 0 deletions
diff --git a/documentation/manual-pages/ja/man1/uname.1 b/documentation/manual-pages/ja/man1/uname.1
new file mode 100644
index 0000000000..d50c848469
--- /dev/null
+++ b/documentation/manual-pages/ja/man1/uname.1
@@ -0,0 +1,102 @@
+.\" Copyright (c) 1993
+.\" The Regents of the University of California. All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\" must display the following acknowledgement:
+.\" This product includes software developed by the University of
+.\" California, Berkeley and its contributors.
+.\" 4. Neither the name of the University nor the names of its contributors
+.\" may be used to endorse or promote products derived from this software
+.\" without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\" @(#)uname.1 8.3 (Berkeley) 4/8/94
+.\" %FreeBSD: src/usr.bin/uname/uname.1,v 1.16 2004/07/02 18:00:03 ru Exp %
+.\" $FreeBSD$
+.\"
+.Dd April 2, 2003
+.Dt UNAME 1
+.Os
+.Sh 名称
+.Nm uname
+.Nd システムに関する情報を表示する
+.Sh 書式
+.Nm
+.Op Fl aimnprsv
+.Sh 解説
+.Nm
+は、オペレーティングシステム実装の名前を標準出力へ出力します。
+オプションがあると、システムの特徴を標準出力へ出力します。
+.Pp
+オプション:
+.Bl -tag -width indent
+.It Fl a
+は、
+.Fl m , n , r , s ,
+.Fl v
+をすべて指定した場合と同一です。
+.It Fl i
+カーネルの識別情報を標準出力へ出力します。
+.It Fl m
+現在のハードウェアプラットフォームのタイプを標準出力に出力します。
+.It Fl n
+システム名を標準出力に出力します。
+.It Fl p
+マシンプロセッサアーキテクチャのタイプを標準出力に出力します。
+.It Fl r
+現在のオペレーティングシステムのリリースレベルを標準出力へ出力します。
+.It Fl s
+オペレーティングシステム実装の名前を標準出力へ出力します。
+.It Fl v
+このリリースのオペレーティングシステムにおける
+バージョンレベルを標準出力へ出力します。
+.El
+.Pp
+もし
+.Fl a
+オプションが指定されるか、複数のオプションが指定されれば、
+出力はすべて一行にスペースで区切られて表示します。
+.Sh 診断
+.Ex -std
+.Sh 環境変数
+文字列
+.Ev UNAME_
+に
+.Nm
+ユーティリティへのフラグ
+.Fl ( a
+を除く) が続く名前の環境変数を使用することにより、
+対応するデータをこの環境変数の内容に設定できます。
+.Sh 関連項目
+.Xr sysctl 3 ,
+.Xr uname 3 ,
+.Xr sysctl 8
+.Sh 歴史
+.Nm
+コマンドは
+PWB UNIX
+から登場しました。
+.Sh 規格
+.Nm
+コマンドは
+.St -p1003.2
+準拠であると考えられています。