~ubuntu-branches/ubuntu/saucy/gnome-user-docs/saucy-proposed

« back to all changes in this revision

Viewing changes to gnome-help/cs/nautilus-list.page

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-11-15 14:44:43 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20121115144443-znsud5byjojjhvc4
Tags: 3.6.2-0ubuntu1
New upstream release

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="ui" id="nautilus-list" xml:lang="cs">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="nautilus-prefs" group="nautilus-list"/>
 
6
 
 
7
    <desc>Control what information is displayed in columns in list view.</desc>
 
8
 
 
9
    <revision pkgversion="3.5.92" version="0.2" date="2012-09-19" status="review"/>
 
10
 
 
11
    <credit type="author">
 
12
      <name>Phil Bull</name>
 
13
      <email>philbull@gmail.com</email>
 
14
    </credit>
 
15
    <credit type="editor">
 
16
      <name>Michael Hill</name>
 
17
      <email>mdhillca@gmail.com</email>
 
18
    </credit>
 
19
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
20
    <its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" xlink:type="simple" xlink:href="gnome-help.its"/>
 
21
  
 
22
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
23
      <mal:name>Adam Matoušek</mal:name>
 
24
      <mal:email>adamatousek@gmail.com</mal:email>
 
25
      <mal:years>2012</mal:years>
 
26
    </mal:credit>
 
27
  </info>
 
28
 
 
29
<title>File manager list columns preferences</title>
 
30
 
 
31
<p>There are nine columns of information that you can display in the file manager's list view. Click <gui>Files</gui> in the top bar, pick <gui>Preferences</gui> and choose the <gui>List Columns</gui> tab to select which columns will be visible.</p>
 
32
 
 
33
<note style="tip">
 
34
<p>
 
35
  Use the <gui>Move Up</gui> and <gui>Move Down</gui> buttons to choose the order in which the selected columns will appear.
 
36
</p>
 
37
</note>
 
38
<terms>
 
39
 <item>
 
40
  <title><gui>Name</gui></title>
 
41
  <p>The name of folders and files in the folder being viewed.</p>
 
42
 </item>
 
43
 <item>
 
44
  <title><gui>Size</gui></title>
 
45
  <p>The size of a folder is given as the number of items contained in the folder.
 
46
  The size of a file is given as bytes, KB, or MB.</p>
 
47
 </item>
 
48
 <item>
 
49
  <title><gui>Type</gui></title>
 
50
  <p>Displayed as folder, or file type such as PDF document, JPEG image, MP3 audio, and more.</p>
 
51
 </item>
 
52
 <item>
 
53
  <title><gui>Modified</gui></title>
 
54
  <p>Gives the date and time of the last time the file was modified.</p>
 
55
 </item>
 
56
 <item>
 
57
  <title><gui>Owner</gui></title>
 
58
  <p>The name of the user the folder or file is owned by.</p>
 
59
 </item>
 
60
 <item>
 
61
  <title><gui>Group</gui></title>
 
62
  <p>The group the file is owned by. On my home computers, each user is in their
 
63
  own group. Groups are sometimes used in corporate environments, where users
 
64
  might be in groups according to department or project.</p>
 
65
 </item>
 
66
  <item>
 
67
  <title><gui>Permissions</gui></title>
 
68
  <p>Displays the file access permissions e.g. <gui>drwxrw-r--</gui></p>
 
69
  <list>
 
70
   <item>
 
71
    <p>The first character <gui>-</gui> is the file type. <gui>-</gui> means regular file and <gui>d</gui> means directory (folder).</p>
 
72
   </item>
 
73
   <item>
 
74
     <p>The next three characters <gui>rwx</gui> specify permissions for the user who owns the file.</p>
 
75
   </item>
 
76
   <item>
 
77
     <p>The next three <gui>rw-</gui> specify permissions for all members of the group that owns the file.</p>
 
78
   </item>
 
79
   <item>
 
80
    <p>The last three characters in the column <gui>r--</gui> specify permissions for all other users on the system.</p>
 
81
   </item>
 
82
  </list>
 
83
  <p>
 
84
    Each character has the following meanings:
 
85
  </p>
 
86
  <list>
 
87
    <item><p> r : Read permission. </p></item>
 
88
    <item><p> w : Write permission. </p></item>
 
89
    <item><p> x : Execute permission. </p></item>
 
90
    <item><p> - : No permission. </p></item>
 
91
    </list>
 
92
 </item>
 
93
 <item>
 
94
  <title><gui>MIME Type</gui></title>
 
95
  <p>Displays the MIME type of the item.</p>
 
96
 </item>
 
97
 <item>
 
98
  <title><gui>Location</gui></title>
 
99
  <p>The path to the location of the file.</p>
 
100
 </item>
 
101
</terms>
 
102
 
 
103
</page>