1. Welcome Guest! In order to create a new topic or reply to an existing one, you must register first. It is easy and free. Click here to sign up now!.
    Dismiss Notice

NTFS folder permissions

Discussion in 'Windows Home Server' started by el, Apr 23, 2009.

  1. el

    el Guest

    Hi all,
    How do I set the permission settings on folder X in a share drive so that:
    1. user can list the filenames in folder X
    2. user can go into sufolders of folder X and list their filenames
    3. user can create his own subfolders
    4. user can delete his own subfolders
    5. user CANNOT delete other user's subfolders
    6. user can save file onto this folder X and those subfolders he had created before
    7. user can delete his own files (in folder X and its subfolders)
    8. user CANNOT delete other user's files (in folder X and its subfolders)
    9. user can view other user's file
    10. user CANNOT change/delete other user's files

    It is basically want to let user create/save/delete file in folder X + subfolders but do not allow them to modify other user's files.

    TIA
    el
     
  2. Create a folder for each user, then give "everyone" read-only access to all folders. Lastly, give each user full access to his own folder.
    "el" <drop_msg -@- hotmail -DOT- com> wrote in message news:uLloHcFxJHA.1304@TK2MSFTNGP05.phx.gbl...
    Hi all,
    How do I set the permission settings on folder X in a share drive so that:
    1. user can list the filenames in folder X
    2. user can go into sufolders of folder X and list their filenames
    3. user can create his own subfolders
    4. user can delete his own subfolders
    5. user CANNOT delete other user's subfolders
    6. user can save file onto this folder X and those subfolders he had created before
    7. user can delete his own files (in folder X and its subfolders)
    8. user CANNOT delete other user's files (in folder X and its subfolders)
    9. user can view other user's file
    10. user CANNOT change/delete other user's files

    It is basically want to let user create/save/delete file in folder X + subfolders but do not allow them to modify other user's files.

    TIA
    el
     
  3. el

    el Guest

    Are there any other way to do this? To do it this way, IT support need to create folder for each existing user (and also all future users). That seems to put workload on the support team. Is it possible to achive my requirements through permission settings?
    "Pegasus [MVP]" <news@microsoft.com> wrote in message news:%23re83rFxJHA.988@TK2MSFTNGP05.phx.gbl...
    Create a folder for each user, then give "everyone" read-only access to all folders. Lastly, give each user full access to his own folder.
    "el" <drop_msg -@- hotmail -DOT- com> wrote in message news:uLloHcFxJHA.1304@TK2MSFTNGP05.phx.gbl...
    Hi all,
    How do I set the permission settings on folder X in a share drive so that:
    1. user can list the filenames in folder X
    2. user can go into sufolders of folder X and list their filenames
    3. user can create his own subfolders
    4. user can delete his own subfolders
    5. user CANNOT delete other user's subfolders
    6. user can save file onto this folder X and those subfolders he had created before
    7. user can delete his own files (in folder X and its subfolders)
    8. user CANNOT delete other user's files (in folder X and its subfolders)
    9. user can view other user's file
    10. user CANNOT change/delete other user's files

    It is basically want to let user create/save/delete file in folder X + subfolders but do not allow them to modify other user's files.

    TIA
    el
     
  4. Jim

    Jim Guest

    Every user has folders in the Documents & Settings tree. They get them when their account is created. Surely one of the existing folders (for each use that is) could be used for this purpose.
    Jim
    "el" <drop_msg -@- hotmail -DOT- com> wrote in message news:OEI5McGxJHA.988@TK2MSFTNGP05.phx.gbl...
    Are there any other way to do this? To do it this way, IT support need to create folder for each existing user (and also all future users). That seems to put workload on the support team. Is it possible to achive my requirements through permission settings?
    "Pegasus [MVP]" <news@microsoft.com> wrote in message news:%23re83rFxJHA.988@TK2MSFTNGP05.phx.gbl...
    Create a folder for each user, then give "everyone" read-only access to all folders. Lastly, give each user full access to his own folder.
    "el" <drop_msg -@- hotmail -DOT- com> wrote in message news:uLloHcFxJHA.1304@TK2MSFTNGP05.phx.gbl...
    Hi all,
    How do I set the permission settings on folder X in a share drive so that:
    1. user can list the filenames in folder X
    2. user can go into sufolders of folder X and list their filenames
    3. user can create his own subfolders
    4. user can delete his own subfolders
    5. user CANNOT delete other user's subfolders
    6. user can save file onto this folder X and those subfolders he had created before
    7. user can delete his own files (in folder X and its subfolders)
    8. user CANNOT delete other user's files (in folder X and its subfolders)
    9. user can view other user's file
    10. user CANNOT change/delete other user's files

    It is basically want to let user create/save/delete file in folder X + subfolders but do not allow them to modify other user's files.

    TIA
    el
     
  5. Your requirements are contradictory. Here is why:
    - Let's assume that the parent folder for the user folders is called "UserData".
    - If users are to have the ability to create a folder in "UserData" then the group "Domain Users" must have write-access to it.
    - When JDoe creates a folder for himself then his folder will inherit the permissions set for the UserData folder.
    - It follows that "Domain Users" will have access to JDoe's folder.

    The workload for your support team is miniscule if you automate the process with a batch file that does this:
    1. Prompt the administrator for a folder name.
    2. Prompt the administrator for a user name (unless it's the same as the folder name).
    3. Create the folder.
    4. Set the permissions.

    It's a breeze!
    "el" <drop_msg -@- hotmail -DOT- com> wrote in message news:OEI5McGxJHA.988@TK2MSFTNGP05.phx.gbl...
    Are there any other way to do this? To do it this way, IT support need to create folder for each existing user (and also all future users). That seems to put workload on the support team. Is it possible to achive my requirements through permission settings?
    "Pegasus [MVP]" <news@microsoft.com> wrote in message news:%23re83rFxJHA.988@TK2MSFTNGP05.phx.gbl...
    Create a folder for each user, then give "everyone" read-only access to all folders. Lastly, give each user full access to his own folder.
    "el" <drop_msg -@- hotmail -DOT- com> wrote in message news:uLloHcFxJHA.1304@TK2MSFTNGP05.phx.gbl...
    Hi all,
    How do I set the permission settings on folder X in a share drive so that:
    1. user can list the filenames in folder X
    2. user can go into sufolders of folder X and list their filenames
    3. user can create his own subfolders
    4. user can delete his own subfolders
    5. user CANNOT delete other user's subfolders
    6. user can save file onto this folder X and those subfolders he had created before
    7. user can delete his own files (in folder X and its subfolders)
    8. user CANNOT delete other user's files (in folder X and its subfolders)
    9. user can view other user's file
    10. user CANNOT change/delete other user's files

    It is basically want to let user create/save/delete file in folder X + subfolders but do not allow them to modify other user's files.

    TIA
    el
     
  6. el

    el Guest

    OK. I can limit users to modify his own items in Exchange mailbox folders. Why I can't do the same in NTFS?? Is this a feature miss out in NTFS permissions?
    "Pegasus [MVP]" <news@microsoft.com> wrote in message news:epU8pjGxJHA.3504@TK2MSFTNGP03.phx.gbl...
    Your requirements are contradictory. Here is why:
    - Let's assume that the parent folder for the user folders is called "UserData".
    - If users are to have the ability to create a folder in "UserData" then the group "Domain Users" must have write-access to it.
    - When JDoe creates a folder for himself then his folder will inherit the permissions set for the UserData folder.
    - It follows that "Domain Users" will have access to JDoe's folder.

    The workload for your support team is miniscule if you automate the process with a batch file that does this:
    1. Prompt the administrator for a folder name.
    2. Prompt the administrator for a user name (unless it's the same as the folder name).
    3. Create the folder.
    4. Set the permissions.

    It's a breeze!
    "el" <drop_msg -@- hotmail -DOT- com> wrote in message news:OEI5McGxJHA.988@TK2MSFTNGP05.phx.gbl...
    Are there any other way to do this? To do it this way, IT support need to create folder for each existing user (and also all future users). That seems to put workload on the support team. Is it possible to achive my requirements through permission settings?
    "Pegasus [MVP]" <news@microsoft.com> wrote in message news:%23re83rFxJHA.988@TK2MSFTNGP05.phx.gbl...
    Create a folder for each user, then give "everyone" read-only access to all folders. Lastly, give each user full access to his own folder.
    "el" <drop_msg -@- hotmail -DOT- com> wrote in message news:uLloHcFxJHA.1304@TK2MSFTNGP05.phx.gbl...
    Hi all,
    How do I set the permission settings on folder X in a share drive so that:
    1. user can list the filenames in folder X
    2. user can go into sufolders of folder X and list their filenames
    3. user can create his own subfolders
    4. user can delete his own subfolders
    5. user CANNOT delete other user's subfolders
    6. user can save file onto this folder X and those subfolders he had created before
    7. user can delete his own files (in folder X and its subfolders)
    8. user CANNOT delete other user's files (in folder X and its subfolders)
    9. user can view other user's file
    10. user CANNOT change/delete other user's files

    It is basically want to let user create/save/delete file in folder X + subfolders but do not allow them to modify other user's files.

    TIA
    el
     
  7. It's because an administrator has to create an Exchange user account and mailbox for each user, thus setting the scene. When you set the scene for a disk folder then you have the same situation.
    "el" <drop_msg -@- hotmail -DOT- com> wrote in message news:%230tEpEIxJHA.956@TK2MSFTNGP03.phx.gbl...
    OK. I can limit users to modify his own items in Exchange mailbox folders. Why I can't do the same in NTFS?? Is this a feature miss out in NTFS permissions?
     
  8. DaveMills

    DaveMills Guest

    You need to look into the advanced settings to get what you need and to use the
    Creator/Owner group

    Do something like the following
    Create a folder to contain the user's folders.
    Set the permissions to
    Admin=F/C applies to This folder, sub-folders, files (so admin can fix issues)
    Set Users=Modify, applies to This folder only
    Set Creator/Owner = F/C, applies to Sub-folders and files.

    The way this should work is that users have permission to create subfolders but
    only in the top level folder. Any folder they create they will also own. Thus
    the Creator/Owner permission which is F/C will apply to the folders they create.

    One watch point will be where an administrator adds files to the user's folder.
    The owner will be the administrator not the user thus the user will not have
    access because he/she is not the Creator/Owner. Either recover to a temp folder
    and get the User to copy the files to his folder or look into SUBINACL to set
    the owner.

    This is an outline and there are many ways that this can be made to work. You
    will need to try different combinations to see which best meets your needs.






    On Fri, 24 Apr 2009 09:03:53 +1200, "el" <drop_msg -@- hotmail -DOT- com> wrote:

    >Hi all,
    >How do I set the permission settings on folder X in a share drive so that:
    >1. user can list the filenames in folder X
    >2. user can go into sufolders of folder X and list their filenames
    >3. user can create his own subfolders
    >4. user can delete his own subfolders
    >5. user CANNOT delete other user's subfolders
    >6. user can save file onto this folder X and those subfolders he had created before
    >7. user can delete his own files (in folder X and its subfolders)
    >8. user CANNOT delete other user's files (in folder X and its subfolders)
    >9. user can view other user's file
    >10. user CANNOT change/delete other user's files
    >
    >It is basically want to let user create/save/delete file in folder X + subfolders but do not allow them to modify other user's files.
    >
    >TIA
    >el

    --
    Dave Mills
    There are 10 types of people, those that understand binary and those that don't.
     
  9. Anteaus

    Anteaus Guest

    Don't overlook the alternative, of using home shares instead of home folders.

    Share permissions are much simpler to manage, and don't suffer from the
    anomalous results which arise with file permissions when, for example, an
    admin reorganises files.

    If you have server 2003, the 'net share' command includes the ability to set
    permissions. Thus is it possible to create a user and associated share in one
    go, by way of a straightforward batchfile.


    > On Fri, 24 Apr 2009 09:03:53 +1200, "el" <drop_msg -@- hotmail -DOT- com> wrote:
    >
    > >Hi all,
    > >How do I set the permission settings on folder X in a share drive so that:
    > >1. user can list the filenames in folder X
    > >2. user can go into sufolders of folder X and list their filenames
    > >3. user can create his own subfolders
    > >4. user can delete his own subfolders
    > >5. user CANNOT delete other user's subfolders
    > >6. user can save file onto this folder X and those subfolders he had created before
    > >7. user can delete his own files (in folder X and its subfolders)
    > >8. user CANNOT delete other user's files (in folder X and its subfolders)
    > >9. user can view other user's file
    > >10. user CANNOT change/delete other user's files
    > >
    > >It is basically want to let user create/save/delete file in folder X + subfolders but do not allow them to modify other user's files.
    > >
    > >TIA
    > >el

    > --
    > Dave Mills
    > There are 10 types of people, those that understand binary and those that don't.
    >
     
  10. DaveMills

    DaveMills Guest

    On Sun, 26 Apr 2009 01:10:01 -0700, Anteaus <Anteaus@discussions.microsoft.com>
    wrote:

    >Don't overlook the alternative, of using home shares instead of home folders.
    >
    >Share permissions are much simpler to manage, and don't suffer from the
    >anomalous results which arise with file permissions when, for example, an
    >admin reorganises files.


    Agreed Share permissions are easier to understand but they don't even make it to
    first base on el's problem.
    >
    >If you have server 2003, the 'net share' command includes the ability to set
    >permissions. Thus is it possible to create a user and associated share in one
    >go, by way of a straightforward batchfile.
    >
    >
    >> On Fri, 24 Apr 2009 09:03:53 +1200, "el" <drop_msg -@- hotmail -DOT- com> wrote:
    >>
    >> >Hi all,
    >> >How do I set the permission settings on folder X in a share drive so that:
    >> >1. user can list the filenames in folder X
    >> >2. user can go into sufolders of folder X and list their filenames
    >> >3. user can create his own subfolders
    >> >4. user can delete his own subfolders
    >> >5. user CANNOT delete other user's subfolders
    >> >6. user can save file onto this folder X and those subfolders he had created before
    >> >7. user can delete his own files (in folder X and its subfolders)
    >> >8. user CANNOT delete other user's files (in folder X and its subfolders)
    >> >9. user can view other user's file
    >> >10. user CANNOT change/delete other user's files
    >> >
    >> >It is basically want to let user create/save/delete file in folder X + subfolders but do not allow them to modify other user's files.
    >> >
    >> >TIA
    >> >el

    >> --
    >> Dave Mills
    >> There are 10 types of people, those that understand binary and those that don't.
    >>

    --
    Dave Mills
    There are 10 types of people, those that understand binary and those that don't.
     

Share This Page