Browsing Chinese (Simplified) translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Chinese (Simplified) guidelines.
110 of 17 results
26.
<phrase>Kubuntu</phrase>'s Terminal application is called <application>Konsole</application>, and is opened by going to <menuchoice><guimenu>Kickoff Application Launcher</guimenu><guisubmenu>Applications</guisubmenu><guisubmenu>System</guisubmenu><guimenuitem>Terminal (Konsole)</guimenuitem></menuchoice>.
(no translation yet)
Located in docs/cli/C/cli.xml:71(para)
30.
<application>Konsole</application> also displays this information in both the tab and title bar of its window.
(no translation yet)
Located in docs/cli/C/cli.xml:100(para)
35.
To navigate to the current user's home directory, type: <screen>cd</screen> or <screen>cd ~</screen>
(no translation yet)
Located in docs/cli/C/cli.xml:123(para)
36.
The <command>~</command> character represents the current user's home directory. As shown above, <command>cd ~</command> is equivalent to <command>cd /home/username/</command>. However, when running a command as root (using <command>sudo</command>, for example), <command>~</command> points to <filename class="directory">/root</filename>. When running a <command>cd</command> command with <command>sudo</command>, the full path to the home directory must be given.
(no translation yet)
Located in docs/cli/C/cli.xml:128(para)
38.
To navigate up two directory levels, type: <screen>cd ../../</screen>
(no translation yet)
Located in docs/cli/C/cli.xml:144(para)
39.
To navigate to the previous directory (go back), type: <screen>cd -</screen>
(no translation yet)
Located in docs/cli/C/cli.xml:149(para)
40.
To navigate through multiple levels of directories at once, specify the full directory path. For example, type: <screen>cd /var/log</screen> to go directly to the <filename class="directory">/log</filename> subdirectory of <filename class="directory">/var/</filename>. For another example, typing: <screen>cd ~/Desktop</screen> moves to the <filename class="directory">Desktop</filename> subdirectory inside the current user's home directory.
(no translation yet)
Located in docs/cli/C/cli.xml:155(para)
42.
The <command>ls</command> command outputs a list of the files in the current directory. (<acronym>ls</acronym> is short for <quote>list</quote>). For example, typing <screen>ls ~</screen> will display the files that are in the current user's home directory.
(no translation yet)
Located in docs/cli/C/cli.xml:174(para)
48.
The <command>mkdir</command> command is used to create a new directory. (<acronym>mkdir</acronym> stands for <quote>make directory</quote>). To create a new directory named <filename class="directory">foobar</filename>, type: <screen>mkdir foobar</screen>
(no translation yet)
Located in docs/cli/C/cli.xml:204(para)
50.
The <command>cp</command> command makes a copy of a file or directory. (<acronym>cp</acronym> is short for <quote>copy</quote>). To make an exact copy of <filename>foo</filename> and name it <filename>bar</filename>, type: <screen>cp foo bar</screen> To make an exact copy of the <filename class="directory">foo_dir</filename> directory and name it <filename class="directory">bar_dir</filename>, type: <screen>cp -r foo_dir bar_dir</screen>
(no translation yet)
Located in docs/cli/C/cli.xml:213(para)
110 of 17 results

This translation is managed by Ubuntu Simplified Chinese Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Wylmer Wang, Zowie Zhou.