|
17.
|
|
|
"Under Linux there are GUIs (graphical user interfaces), where you can point and click and drag, and hopefully get work done without first reading lots of documentation. The traditional Unix environment is a CLI (command line interface), where you type commands to tell the computer what to do. That is faster and more powerful, but requires finding out what the commands are." -- from <placeholder-1/>
|
|
|
|
「LinuxにはGUI(グラフィカル・ユーザ・インターフェース)があり、ユーザーは操作方法を読むことなく、画面を見ながら直感的に操作できます。一方、昔からあるUNIX環境は動作が速く、高性能ですが、CLI(コマンド・ライン・インターフェース)なため、最適なコマンドを探してタイプする必要があります。」<placeholder-1/>より。
|
|
Translated and reviewed by
Jun Sumida
|
In upstream: |
|
「LinuxにはGUI(グラフィカル・ユーザ・インターフェース)があり、まず最初に操作方法を読まなくても、マウスポインタの移動やクリック、ドラッグをすることで、画面を見ながら直感的に操作できます。一方、伝統的なUNIX環境はCLI(コマンド・ライン・インターフェース)であり、コマンドを入力することでコンピュータに指示を行います。これは動作が速く、高性能ですが、必要なコマンドを探して入力する必要があります」ーー <placeholder-1/> より。
|
|
|
Suggested by
Mitsuya Shibata
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:19(emphasis)
|
|
18.
|
|
|
This guide will make you familiar with basic GNU/Linux shell commands. It is not intended to be a complete guide to the command line, just an introduction to complement Ubuntu's graphical tools.
|
|
|
|
このガイドは、Linuxの基本的なシェルコマンドに親しんでもらうためにあるので、ここではコマンドラインについて全面的に解説するのではなく、UbuntuのGUIアプリケーションを補う方法を示すに止まります。
|
|
Translated and reviewed by
Jun Sumida
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:32(para)
|
|
19.
|
|
|
All command names, file names or paths to directories will be shown using a <command>monospace font</command>.
|
|
|
|
コマンド名、ファイル名またはファイルパスは、すべて<command>monospace font</command>で表示されます。
|
|
Translated and reviewed by
Jun Sumida
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:42(para)
|
|
20.
|
|
|
All the commands on this guide are to be issued from a command prompt in a <application>Terminal</application> and will be shown as: <screen>command to type</screen>
|
|
|
|
このガイドに載っている全てのコマンドは<application>端末</application>上で使うためのもので、以下のように表示されます。
<screen>command</screen>
|
|
Translated and reviewed by
Jun Sumida
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:49(para)
|
|
21.
|
|
|
<emphasis role="strong">Note that Linux is case sensitive.</emphasis> User, user, and USER are all different to Linux.
|
|
|
|
<emphasis role="strong">Linuxでは大文字小文字の区別をすることに注意してください。</emphasis> User、user、USER は全て異なります。
|
|
Translated and reviewed by
Jun Sumida
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:57(para)
|
|
22.
|
|
|
Starting a Terminal
|
|
|
|
端末を起動するには
|
|
Translated and reviewed by
CMasami
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:68(title)
|
|
23.
|
|
|
To open a <application>Terminal</application> do as follow:
|
|
|
|
<application>端末</application>を開くには次のようにしてください。
|
|
Translated and reviewed by
CMasami
|
|
|
|
24.
|
|
|
Choose <menuchoice><guimenu>Applications</guimenu><guimenuitem>Accessories</guimenuitem><guimenuitem>Terminal</guimenuitem></menuchoice>;
|
|
|
|
<menuchoice><guimenu>アプリケーション</guimenu><guimenuitem>アクセサリ</guimenuitem><guimenuitem>端末</guimenuitem></menuchoice>をクリックしてください。
|
|
Translated and reviewed by
CMasami
|
|
|
|
25.
|
|
|
Or press <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> and type <command>gnome-terminal</command>.
|
|
|
|
もしくは、<keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo>を押して、<command>gnome-terminal</command>とタイプしてください。
|
|
Translated and reviewed by
Jun Sumida
|
|
|
|
26.
|
|
|
File and Directory Commands
|
|
|
|
ファイルやディレクトリに関するコマンド
|
|
Translated and reviewed by
Jun Sumida
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:75(title)
|