From owner-svn-doc-all@FreeBSD.ORG Thu Dec 26 15:31:17 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D940E364; Thu, 26 Dec 2013 15:31:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C4B0E1972; Thu, 26 Dec 2013 15:31:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBQFVGAd045560; Thu, 26 Dec 2013 15:31:16 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBQFVGgo045559; Thu, 26 Dec 2013 15:31:16 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201312261531.rBQFVGgo045559@svn.freebsd.org> From: Ryusuke SUZUKI Date: Thu, 26 Dec 2013 15:31:16 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43385 - head/ja_JP.eucJP/books/handbook/basics X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Dec 2013 15:31:17 -0000 Author: ryusuke Date: Thu Dec 26 15:31:16 2013 New Revision: 43385 URL: http://svnweb.freebsd.org/changeset/doc/43385 Log: - Merge the following from the English version: r17937 -> r17942 head/ja_JP.eucJP/books/handbook/basics/chapter.xml Submitted by: Yuta MASUMOTO Modified: head/ja_JP.eucJP/books/handbook/basics/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/basics/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/basics/chapter.xml Thu Dec 26 14:35:44 2013 (r43384) +++ head/ja_JP.eucJP/books/handbook/basics/chapter.xml Thu Dec 26 15:31:16 2013 (r43385) @@ -3,11 +3,11 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r17937 + Original revision: r17942 $FreeBSD$ --> - Unix の基礎知識 + UNIX の基礎知識 ChrisShumway改訂 @@ -25,7 +25,7 @@ この章では FreeBSD オペレーティングシステムの基本的なコマンドと機能について記述しています。 ここに書かれてあることのほとんどは、 - どんな Unix オペレーティングシステムにもあてはまります。 + どんな &unix; オペレーティングシステムにもあてはまります。 この章に書いてあることに馴染みがあるなら、 この章は気軽に流し読みしてください。 あなたが FreeBSD の初心者なら、 @@ -35,7 +35,7 @@ - Unix のファイルの許可属性の仕組み + &unix; のファイルの許可属性の仕組み プロセス、デーモンとシグナルとはなにか @@ -58,10 +58,10 @@ 許可属性 - Unix + UNIX - FreeBSD は BSD Unix の直系の子孫であり、 - いくつかの鍵となる Unix 思想にもとづいています。 + FreeBSD は BSD &unix; の直系の子孫であり、 + いくつかの鍵となる &unix; 思想にもとづいています。 まず最も際だった特徴として最初に言えるのは、FreeBSD がマルチユーザのオペレーティングシステムだということです。 FreeBSD は同時に働いている複数のユーザすべてを、 @@ -1005,7 +1005,7 @@ Swap: 256M Total, 38M Used, 217M Free, 1 一方は合計使用量、 そしてもう一方は実使用量です—合計使用量はアプリケーションが必要としているメモリ量で、 実使用量はその時点で実際に使われているメモリ量です。 - この例では、Netscape がだいたい + この例では、&netscape; がだいたい 30 MB の RAM を必要としていますが、 いまのところ 9 MB しか使っていないことが分かります。 @@ -1154,7 +1154,7 @@ Swap: 256M Total, 38M Used, 217M Free, 1 Password: &prompt.root; /bin/kill -s HUP 198 - 大部分の Unix コマンドと同じく、 + 大部分の &unix; コマンドと同じく、 成功したら &man.kill.1; は何の出力も表示しません。 自分のものではないプロセスにシグナルを送ると、 kill: @@ -1219,7 +1219,7 @@ Swap: 256M Total, 38M Used, 217M Free, 1 まったく趣味の問題です。 あなたが C のプログラマだったとすれば、 tcsh のような C 風のシェルの方が落ち着くかもしれません。 - Linux から来た人や Unix のコマンドラインインタフェイスになじみがなければ、 + Linux から来た人や &unix; のコマンドラインインタフェイスになじみがなければ、 bash を試すのも良いでしょう。 ポイントは、それぞれのシェルは、 あなたの好みの作業環境で利用できる (もしくはできない) 独自の機能を持っているということ、 @@ -1491,7 +1491,7 @@ Swap: 256M Total, 38M Used, 217M Free, 1 IDE CDROM ドライブで、kbd0 はキーボードを表します。 - Unix オペレーティングシステムにおけるデバイスのほとんどは、 + &unix; オペレーティングシステムにおけるデバイスのほとんどは、 デバイスノードと呼ばれる /dev ディレクトリにあるスペシャルファイルを通してアクセスしなければなりません。 @@ -1602,7 +1602,7 @@ login: あらゆるマルチユーザシステムには、ある ユーザ を他のユーザと区別する何がしかの手段が必要です。 - FreeBSD (とすべての &unix; ライクなオペレーティングシステム) では、 + FreeBSD (とすべての &unix; like なオペレーティングシステム) では、 すべてのユーザに対してプログラムの実行を可能にするのに、システムに ログイン することを義務付けてこれを実現しています。 どのユーザにも、一意な名前 (ユーザ名) @@ -1759,13 +1759,13 @@ console none To understand why FreeBSD uses the ELF format, you must first know a little about the 3 currently - dominant executable formats for Unix: + dominant executable formats for &unix;: &man.a.out.5; - The oldest and classic Unix object + The oldest and classic &unix; object format. It uses a short and compact header with a magic number at the beginning that is often used to characterize the format (see &man.a.out.5; for more details). It @@ -1819,7 +1819,7 @@ console none forward anyway, the migration cost was accepted as necessary and the transition made. FreeBSD's shared library mechanism is based more closely on Sun's - SunOS-style shared library mechanism + &sunos; style shared library mechanism and, as such, is very easy to use. So, why are there so many different formats? @@ -1827,9 +1827,9 @@ console none Back in the dim, dark past, there was simple hardware. This simple hardware supported a simple, small system. a.out was completely adequate for the job of representing binaries on this - simple system (a PDP-11). As people ported Unix from this simple + simple system (a PDP-11). As people ported &unix; from this simple system, they retained the a.out format because it was sufficient - for the early ports of Unix to architectures like the Motorola + for the early ports of &unix; to architectures like the Motorola 68k, VAXen, etc. Then some bright hardware engineer decided that if he could