|
7.
|
|
|
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>
|
|
|
|
Vse ukaze tega vodiča morate izvesti v ukazni lupini v <application>Terminalu</application>; prikazani bodo kot <screen>ukaz za vnos</screen>
|
|
Translated and reviewed by
Aljoša Vidmar
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:47(para)
|
|
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">Vedite, da vaš sistem prepoznava velike in male črke.</emphasis> Uporabnik, uporabnik in UPORABNIK so tri različna imena, zato bodite pozorni na velike in male črke.
|
|
Translated and reviewed by
Aljoša Vidmar
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:58(para)
|
|
9.
|
|
|
Starting a Terminal
|
|
|
|
Zaganjanje Terminala
|
|
Translated by
b4d
|
|
Reviewed by
Klemen Košir
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:66(title)
|
|
10.
|
|
|
To open a <application>Terminal</application> do as follow:
|
|
|
|
Za zagon <application>Terminal-a</application> naredi sledeče:
|
|
Translated by
b4d
|
|
Reviewed by
Klemen Košir
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:67(para)
|
|
11.
|
|
|
Choose <menuchoice><guimenu>Applications</guimenu><guisubmenu>Accessories</guisubmenu><guimenuitem>Terminal</guimenuitem></menuchoice>;
|
|
|
|
Izberi <menuchoice><guimenu>Programi</guimenu><guisubmenu>Pripomočki</guisubmenu><guimenuitem>Terminal</guimenuitem></menuchoice>;
|
|
Translated and reviewed by
Klemen Košir
|
|
|
|
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>.
|
|
|
|
Ali pritisni <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> in vpiši <command>xfce4-terminal</command>.
|
|
Translated and reviewed by
Klemen Košir
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:78(para)
|
|
13.
|
|
|
File and Directory Commands
|
|
|
|
Ukazi datotek in map
|
|
Translated and reviewed by
Klemen Košir
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:91(title)
|
|
14.
|
|
|
cd
|
|
|
|
cd
|
|
Translated and reviewed by
Klemen Košir
|
|
|
|
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:
|
|
|
|
Ukaz <command>cd</command> vam dovoli, da zamenjate mapo v kateri se nahajate (<acronym>cd</acronym> je kratica za "change directory" (zamenjaj mapo)). Ko odpreš Terminal, se boš nahajal v domači mapi. Primeri:
|
|
Translated and reviewed by
Klemen Košir
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:98(para)
|
|
16.
|
|
|
To navigate into the root directory, type: <screen>cd /</screen>
|
|
|
|
Za premik v mapo root, vpišite: screen>cd /</screen>
|
|
Translated and reviewed by
Klemen Košir
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:104(para)
|