|
8.
|
|
|
<emphasis role="strong">Note that your system is case sensitive.</emphasis> User, user, and USER are all different, be careful with your capitalization.
|
|
|
|
<emphasis role="strong">Perhatikan bahwa sistem Anda membedakan huruf kapital dan huruf kecil.</emphasis> User, user, dan USER adalah berbeda, berhati-hatilah dengan penulisan huruf kapital.
|
|
Translated by
Prabowo Murti
|
|
Reviewed by
Mahyuddin Susanto
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:58(para)
|
|
9.
|
|
|
Starting a Terminal
|
|
|
|
Menjalankan Terminal
|
|
Translated and reviewed by
Mahyuddin Susanto
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:66(title)
|
|
10.
|
|
|
To open a <application>Terminal</application> do as follow:
|
|
|
|
Untuk menjalankan <application>Terminal</application> lakukan perintah berikut:
|
|
Translated and reviewed by
Mahyuddin Susanto
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:67(para)
|
|
11.
|
|
|
Choose <menuchoice><guimenu>Applications</guimenu><guisubmenu>Accessories</guisubmenu><guimenuitem>Terminal</guimenuitem></menuchoice>;
|
|
|
|
Pilih <menuchoice><guimenu>Applications</guimenu><guisubmenu>Accessories</guisubmenu><guimenuitem>Terminal</guimenuitem></menuchoice>;
|
|
Translated by
Josef Beroeatwarin
|
|
Reviewed by
Mahyuddin Susanto
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:73(para)
|
|
12.
|
|
|
Or press <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> and type <command>xfce4-terminal</command>.
|
|
|
|
Atau tombol kombinasi <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> dan ketik <command>xfce4-terminal</command>.
|
|
Translated by
Josef Beroeatwarin
|
|
Reviewed by
Mahyuddin Susanto
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:78(para)
|
|
13.
|
|
|
File and Directory Commands
|
|
|
|
Perintah Berkas dan Direktori
|
|
Translated and reviewed by
Mahyuddin Susanto
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:91(title)
|
|
14.
|
|
|
cd
|
|
|
|
cd
|
|
Translated by
Josef Beroeatwarin
|
|
Reviewed by
Mahyuddin Susanto
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:94(title)
|
|
15.
|
|
|
The <command>cd</command> command will allow you to change the directory you are in (<acronym>cd</acronym> stands simply for "change directory"). When you open a terminal you will be in your home directory. Examples:
|
|
|
|
Perintah <command>cd</command> mengizinkan pindah direktori dari direktori dimana anda berada (<acronym>cd</acronym> adalah kependekan dari "change directory"). Bila anda buka terminal kamu akan berada di direktori home. Sebagai contoh:
|
|
Translated and reviewed by
Mahyuddin Susanto
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:98(para)
|
|
16.
|
|
|
To navigate into the root directory, type: <screen>cd /</screen>
|
|
|
|
Untuk menavigasi ke direktori root, ketik: <screen>cd /</screen>
|
|
Translated and reviewed by
Mahyuddin Susanto
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:104(para)
|
|
17.
|
|
|
To navigate to your home directory, type: <screen>cd</screen> or <screen>cd ~</screen>
|
|
|
|
Untuk menavigasi ke direktori home ketik: <screen>cd</screen> atau <screen>cd ~</screen>
|
|
Translated and reviewed by
Mahyuddin Susanto
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:110(para)
|