Creating custom access groups

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default Creating custom access groups

    Hello to you all...I was hoping someone could help me with this quick
    question. I'm a student at a university were the system of choice is SunOS
    5.9. The university provides space for each student to have an ftp
    location. What I would like to do is to create a folder inside my main ftp
    folder that allows read/write access not only to me but also to one more
    person (but only this one folder). I was wondering whether there exists a
    way of creating a file in that directory (such as for example .group) where
    I can include that user's username, and such that when they try to access
    that folder they will be prompted for their login password. So in a way, I
    need to define a custom group for one directory, and then I'd like to give
    that group read/write/execute permission for any files in that folder.

    Thanks a lot to all

    Doug


    Doug Guest

  2. Similar Questions and Discussions

    1. I'm still confused by the difference between Global Groups and Domain Local Groups
      Experts, I'm still confused by the difference between Global Groups and Domain Local Groups. I mean, they seem to me to accomplish the very same...
    2. Creating custom classes
      Hi all, I have a problem where I am creating objects in a loop. I have the problem that when setting instance properties, the properties of the...
    3. creating groups in unix - without using /etc/group
      Greetings! I'm looking for a way to let users (standard) create their own groups - that is, without giving root access to anyone nor rw rights to...
    4. Creating a Custom Cursor
      I used photoshop to create a custom black and white cursor. It is 16x16 grayscale. It's saved as a bitmap. I guess that makes it 8 bit instead of 1...
    5. Access denied when creating Access application object
      In an ASP file I am running the following in VBScript in order to extract data from an Access 2002 MDB file which is physically located in the...
  3. #2

    Default Re: Creating custom access groups

    In article <Masvc.648253$oR5.1088@pd7tw3no>,
    "Doug" <umdougmm@hotmail.com> wrote:
    > Hello to you all...I was hoping someone could help me with this quick
    > question. I'm a student at a university were the system of choice is SunOS
    > 5.9. The university provides space for each student to have an ftp
    > location. What I would like to do is to create a folder inside my main ftp
    > folder that allows read/write access not only to me but also to one more
    > person (but only this one folder). I was wondering whether there exists a
    > way of creating a file in that directory (such as for example .group) where
    > I can include that user's username, and such that when they try to access
    > that folder they will be prompted for their login password. So in a way, I
    > need to define a custom group for one directory, and then I'd like to give
    > that group read/write/execute permission for any files in that folder.
    Take a look at access control lists -- they allow you to specify
    permissions on a user-by-user basis.

    --
    Barry Margolin, [email]barmar@alum.mit.edu[/email]
    Arlington, MA
    *** PLEASE post questions in newsgroups, not directly to me ***
    Barry Margolin 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