~ubuntu-branches/ubuntu/vivid/gnome-user-docs/vivid

« back to all changes in this revision

Viewing changes to gnome-help/vi/files-rename.page

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-08-03 03:01:12 UTC
  • mto: (9.1.2 experimental) (1.1.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20110803030112-gmla00wdm5ewjxep
Tags: upstream-3.0.4
Import upstream version 3.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="files-rename">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="files"/>
 
6
    <desc>Thay đổi tên tập tin hoặc thư mục.</desc>
 
7
    <revision pkgversion="3.0" date="2011-03-29" status="final"/>
 
8
    <revision pkgversion="3.0" version="3.0.1" date="2011-04-06" status="outdated"/>
 
9
    <credit type="author">
 
10
      <name>Dự án tài liệu GNOME</name>
 
11
      <email>gnome-doc-list@gnome.org</email>
 
12
    </credit>
 
13
    <credit type="author">
 
14
      <name>Shaun McCance</name>
 
15
      <email>shaunm@gnome.org</email>
 
16
    </credit>
 
17
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
18
  </info>
 
19
 
 
20
  <title>Đổi tên tập tin hoặc thư mục</title>
 
21
 
 
22
  <steps>
 
23
    <item><p>Right-click on a file or folder and select <gui>Rename</gui>, 
 
24
    or select the file and press <key>F2</key>.</p></item>
 
25
    <item><p>Type the new name and press <key>Enter</key>.</p></item>
 
26
  </steps>
 
27
 
 
28
  <p>You can also rename a file from the
 
29
  <link xref="nautilus-file-properties-basic#rename">properties</link> window.</p>
 
30
 
 
31
  <p>When you rename a file, only the first part of the name of the file is selected, not the file extension (the part after the "."). The extension normally denotes what type of file it is (e.g. <file>file.pdf</file> is a PDF document), and you usually do not want to change that. If you need to change the extension as well, select it with your mouse, or press <keyseq><key>Ctrl</key><key>A</key></keyseq> to select the entire file name.</p>
 
32
 
 
33
  <section id="valid-chars">
 
34
    <title>Valid characters for file names</title>
 
35
    <p>You can use any character except the <key>/</key> (slash) character in file names.
 
36
    Some devices, however, use a <em>file system</em> that has more restrictions on file
 
37
    names. For example, USB flash drives are often formatted with the <em>FAT32</em> file
 
38
    system. On these devices, or if you intend to share files with people who use another
 
39
    operating system, you should avoid the following characters:
 
40
    <key>|</key>, <key>\</key>, <key>?</key>, <key>*</key>, <key>&lt;</key>, <key>"</key>,
 
41
    <key>:</key>, <key>&gt;</key>, <key>/</key>.</p>
 
42
 
 
43
    <note style="warning">
 
44
    <p> If you name a file with a <key>.</key> as the first character, the file will be
 
45
    <link xref="files-hidden">hidden</link>.</p>
 
46
    </note>
 
47
  </section>
 
48
 
 
49
  <section id="common-probs">
 
50
    <title>Vấn đề thông thường</title>
 
51
    <terms>
 
52
      <item>
 
53
        <title>The name is already used</title>
 
54
        <p>You can't have two files or folders with the same name in the same folder.
 
55
        If you try to rename a file to a name that already exists in the folder you
 
56
        are working in, the file manager will not allow it.  Use a different name.</p>
 
57
        <p>File and folder names are case sensitive. For example, <file>File.txt</file>
 
58
        and <file>file.txt</file> are different names.  This is allowed, though it's
 
59
        not always a good idea.</p>
 
60
      </item>
 
61
      <item>
 
62
        <title>File name too long</title>
 
63
        <p>On some file systems, file names can have no more than 255 characters in their names.  Use a shorter name.</p>
 
64
      </item>
 
65
      <item>
 
66
        <title>The option to rename is grayed out</title>
 
67
        <p>If <gui>Rename</gui> is grayed out, you do not have permission to rename
 
68
        the file.  Generally, if you do not have the correct permissions to rename
 
69
        a file, you should not be renaming it.
 
70
        See <link xref="nautilus-file-properties-permissions"/>.</p>
 
71
      </item>
 
72
    </terms>
 
73
  </section>
 
74
</page>