What is a -rw-rw---+ permission

Ask a Question related to UNIX Programming, Design and Development.

  1. #1

    Default What is a -rw-rw---+ permission

    This was a Solaris 2.8 machine. One of the files that was accessed
    through windows ( mapped network drive using Samba ) ended up with
    this permission.
    ( What is that + sign at the end of it )
    I have never seen this before and could not explain it.
    Is this somehow related to Access Control List ( ACL )
    Can somebody pl help.

    --sony
    Sony Antony Guest

  2. Similar Questions and Discussions

    1. Permission denied
      I'm running a intranet site on a NT 4.0 IIS 4 server. I have a page that uses CDONTS. I recently change this intranet application to run as an...
    2. DSN Permission
      Hello all! In Dreamweaver, when you click on database, you see all registered DSN from the CF Admin. How can I set this so that only certain...
    3. set permission DW8
      by accident i installed the "set permission fot 7.01" extension in DW8. Now the set permission command gives a error. uninstalling DW8 and...
    4. IIS 6 and permission errors
      Hi there, I have a windows 2003 server with a domain aspnet user being defined in IIS6 as the identity for .net to run under. This webserver has...
    5. permission error on unlink, but who has permission if not PHP?
      I wrote some code that let me upload a file to my server. Then I wrote some code to let me delete the file. But when I try to delete, I get this...
  3. #2

    Default Re: What is a -rw-rw---+ permission

    > [...] The character after permissions is ACL indication.
    > A plus sign is displayed if there is an ACL associated
    > with the file. Nothing is displayed if there are just
    > permissions. [...]
    Thanks a lot:
    I dont know how I missed this one. I did check the man page then.

    By the way, other than the programmatic APIs, are there any command line
    utilities to manipulate ACLs.

    --sony

    Sony Antony Guest

  4. #3

    Default Re: What is a -rw-rw---+ permission

    On Wed, 23 Jul 2003, Sony Antony wrote:
    > Thanks a lot:
    > I dont know how I missed this one. I did check the man page then.
    >
    > By the way, other than the programmatic APIs, are there any command line
    > utilities to manipulate ACLs.
    man -k acl
    acl acl (2) - get or set a file's Access Control List (ACL)
    aclcheck aclcheck (3sec) - check the validity of an ACL
    aclfrommode acltomode (3sec) - convert an ACL to or from permission bits
    aclfromtext acltotext (3sec) - convert internal representation to or from external representation
    aclsort aclsort (3sec) - sort an ACL
    acltomode acltomode (3sec) - convert an ACL to or from permission bits
    acltotext acltotext (3sec) - convert internal representation to or from external representation
    facl acl (2) - get or set a file's Access Control List (ACL)
    getfacl getfacl (1) - display discretionary file information
    kadm5.acl kadm5.acl (4) - Kerberos access control list (ACL) file
    metaclear metaclear (1m) - delete active metadevices and hot spare pools
    setfacl setfacl (1) - modify the Access Control List (ACL) for a file or files

    --
    Rich Teer, SCNA, SCSA

    President,
    Rite Online Inc.

    Voice: +1 (250) 979-1638
    URL: [url]http://www.rite-online.net[/url]

    Rich Teer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139