File: nautilus-file-properties-basic.page

package info (click to toggle)
gnome-user-docs 48.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 142,176 kB
  • sloc: xml: 829; makefile: 532; sh: 514
file content (114 lines) | stat: -rw-r--r-- 5,134 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="ui" id="nautilus-file-properties-basic" xml:lang="zh-CN">

  <info>
    <link type="guide" xref="files#more-file-tasks"/>

    <revision pkgversion="3.5.92" version="0.2" date="2012-09-19" status="review"/>
    <revision pkgversion="3.18" date="2015-09-29" status="final"/>
    <revision version="gnome:46" date="2024-03-05" status="final"/>

    <credit type="author">
      <name>Tiffany Antopolski</name>
      <email>tiffany@antopolski.com</email>
    </credit>
    <credit type="author">
      <name>Shaun McCance</name>
      <email>shaunm@gnome.org</email>
    </credit>
    <credit type="editor">
      <name>David King</name>
      <email>amigadave@amigadave.com</email>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>查看基本的文件信息,设定权限和选择默认的应用程序。</desc>

  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>TeliuTe</mal:name>
      <mal:email>teliute@163.com</mal:email>
      <mal:years>2011, 2012</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>tuberry</mal:name>
      <mal:email>orzun@foxmail.com</mal:email>
      <mal:years>2021</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Victor_Trista</mal:name>
      <mal:email>ljlzjzm@hotmail.com</mal:email>
      <mal:years>2023</mal:years>
    </mal:credit>
  </info>

  <title>文件属性</title>

  <p>要查看有关文件或文件夹的信息,请右键单击文件或文件夹,然后选择<gui>属性</gui>。也可先选择文件再按 <keyseq><key>Alt</key><key>Enter</key></keyseq>。</p>

  <p>文件属性窗口用于显示文件类型、文件大小和上次文件修改时间之类的信息。如果常需要了解这些信息,则可将其显示在<link xref="nautilus-list">列表视图列</link>或<link xref="nautilus-display#icon-captions">图标标题</link>中。</p>

  <p>对于某些类型的文件(如图像和视频),将有一个额外的 <gui>属性</gui> 条目,其中包含尺寸、持续时间和编解码器等信息。</p>

  <p>有关 <gui>权限</gui> 条目,参见 <link xref="nautilus-file-properties-permissions"/>。</p>

<section id="basic">
 <title>基本属性</title>
 <terms>
  <item>
    <title><gui>名称</gui></title>
    <p>文件或文件夹的名称。</p>
    <note style="tip">
      <p>要重命名文件,参见 <link xref="files-rename"/>。</p>
    </note>
  </item>
  <item>
    <title><gui>类型</gui></title>
    <p>这可以帮助您识别文件的类型,如 PDF 文档、OpenDocument 文本或 JPEG 图像。文件类型决定了哪些应用程序可以打开该文件,以及其他事项。例如,您不能用音乐播放器打开图片。请参阅<link xref="files-open"/>了解更多相关信息。</p>
    <note style="tip">
      <p>要更改打开文件类型的默认应用程序,参见 <link xref="files-open#default"/>。</p>
    </note>
  </item>

  <item>
    <title>内容</title>
    <p>如果您查看的是文件夹属性,就会显示这一字段,包含在文件夹里的项目数,如果包含有子文件夹,它将算作一项,甚至它还嵌套有项目。如果是空文件夹,内容将显示为<gui>无内容</gui>。</p>
  </item>

  <item>
    <title>大小</title>
    <p>如果正在查看文件(不是文件夹),则此字段已显示出来。从文件大小中可以看出文件占有多少磁盘空间。从中还可看出下载文件或通过电子邮件发送文件会耗费多长时间(收发大文件所耗的时间较长)。</p>
    <p>可能会以字节、KB、MB 或 GB 为单位显示大小;如果用后三种方式显示大小,也会在括号中以字节为单位显示大小。从技术角度来说,1 KB 是 1024 字节,1 MB 是 1024 KB,以此类推。</p>
  </item>

  <item>
    <title>剩余空间</title>
    <p>仅会对文件夹显示此字段。此字段用于显示其中有相应文件夹的磁盘上的可用磁盘空间量。可用此字段核实硬盘是否已满。</p>
  </item>

  <item>
    <title>上级文件夹</title>
    <p>计算机上每个文件的位置由它的<em>绝对路径</em>给出。这是文件在计算机上的唯一”地址“,它由您要找到该文件时需要进入的文件夹列表组成。例如,如果 Jim 的主文件夹中有一个名为 <file>Resume.pdf</file> 的文件,它的上级文件夹是 <file>/home/jim</file>,那它的位置是 <file>/home/jim/Resume.pdf</file>。</p>
  </item>

  <item>
    <title>访问时间</title>
    <p>文件最后打开的日期和日间。</p>
  </item>

  <item>
    <title>修改时间</title>
    <p>文件最后更改和保存的日期和时间。</p>
  </item>

  <item>
    <title>创建时间</title>
    <p>创建文件的日期和时间。</p>
  </item>
 </terms>
</section>

</page>