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

« back to all changes in this revision

Viewing changes to gnome-help/nl/nautilus-file-properties-permissions.page

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-09-12 09:23:35 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: package-import@ubuntu.com-20110912092335-11udas9xjsi3g6n0
Tags: 3.1.1-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="task" id="nautilus-file-properties-permissions" xml:lang="nl">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="files#faq"/>
 
6
    <link type="seealso" xref="nautilus-file-properties-basic"/>
 
7
 
 
8
    <desc>Control who can view and edit your files and folders.</desc>
 
9
 
 
10
    <revision pkgversion="3.2" date="2011-09-05" status="final"/>
 
11
    <credit type="author">
 
12
      <name>Tiffany Antopolski</name>
 
13
      <email>tiffany@antopolski.com</email>
 
14
    </credit>
 
15
    <credit type="author">
 
16
      <name>Shaun McCance</name>
 
17
      <email>shaunm@gnome.org</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
  </info>
 
22
  <title>Set file permissions</title>
 
23
 
 
24
  <p>You can use file permissions to control who can view and edit files that
 
25
  you own. To view and set the permissions for a file, right click it and
 
26
  select <gui>Properties</gui>, then select the <gui>Permissions</gui> tab.</p>
 
27
 
 
28
  <p>See <link xref="#files"/> and <link xref="#folders"/> below for details
 
29
  on the types of permissions you can set.</p>
 
30
 
 
31
  <section id="files">
 
32
    <title>Files</title>
 
33
 
 
34
    <p>You can set the permissions for the file owner, the group owner,
 
35
    and all other users of the system. For your files, you are the owner,
 
36
    and you can give yourself read-only or read-and-write permission.
 
37
    Set a file to read-only if you don't want to accidentally change it.</p>
 
38
 
 
39
    <p>Every user on your computer belongs to a group. On home computers,
 
40
    it is common for each user to have their own group, and group permissions
 
41
    are not often used. In corporate environments, groups are sometimes used
 
42
    for departments or projects. As well as having an owner, each file belongs
 
43
    to a group. You can set the file's group and control the permissions for
 
44
    all users in that group. You can only set the file's group to a group you
 
45
    belong to.</p>
 
46
 
 
47
    <p>You can also set the permissions for users other than the owner and
 
48
    those in the file's group.</p>
 
49
 
 
50
    <p>If the file is a program, such as a script, you must select <gui>Allow
 
51
    executing file as program</gui> to run it. Even with this option selected,
 
52
    the file manager may still open the file in an application or ask you
 
53
    what to do. See <link xref="nautilus-behavior#executable"/> for more
 
54
    information.</p>
 
55
  </section>
 
56
 
 
57
  <section id="folders">
 
58
    <title>Folders</title>
 
59
    <p>You can set permissions on folders for the owner, group, and other users.
 
60
    See the details of file permissions above for an explanation of owners,
 
61
    groups, and other users.</p>
 
62
    <p>The permissions you can set for a folder are different from those you
 
63
    can set for a file.</p>
 
64
    <terms>
 
65
      <item>
 
66
        <title><gui>None</gui></title>
 
67
        <p>The user will not even be able to see what files are in
 
68
        the folder.</p>
 
69
      </item>
 
70
      <item>
 
71
        <title><gui>List files only</gui></title>
 
72
        <p>The user will be able to see what files are in the folder,
 
73
        but will not be able to open, create, or delete files.</p>
 
74
      </item>
 
75
      <item>
 
76
        <title><gui>Access files</gui></title>
 
77
        <p>The user will be able to open files in the folder (provided
 
78
        they have permission to do so on the particular file), but will
 
79
        not be able to create new files or delete files.</p>
 
80
      </item>
 
81
      <item>
 
82
        <title><gui>Create and delete files</gui></title>
 
83
        <p>The user will have full access to the directory, including
 
84
        opening, creating, and deleting files.</p>
 
85
      </item>
 
86
    </terms>
 
87
 
 
88
    <p>You can also quickly set the file permissions for all the files
 
89
    in the folder by using the <gui>File access</gui> drop-down lists
 
90
    and the <gui>Execute</gui> option. Leave the drop-down lists as
 
91
    <gui>---</gui> for no change, or the <gui>Execute</gui> check box
 
92
    in the indeterminate state (a horizontal line across it).</p>
 
93
    <p>If you click <gui>Apply Permissions to Enclosed Files</gui>, the
 
94
    file manager will adjust the read, write, and execute permissions of
 
95
    contained files based on the <gui>File access</gui> and <gui>Execute</gui>
 
96
    options you set. It will also change the permissions of contained folders
 
97
    to match the permissions of that folder. Permissions for enclosed files
 
98
    are applied to files in subfolders as well, to any depth.</p>
 
99
  </section>
 
100
 
 
101
</page>