Results 1 to 4 of 4

Thread: Acounts Setup Question

  1. #1
    Join Date
    Apr 2007
    Location
    Ohio USA
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Acounts Setup Question

    All,

    After installing Lucid, I have set up 3 accounts, one for me (admin), and two other normal user accounts.

    My question is - Will I hurt anything if I make all of the accounts' group "Users"?

    I would like to do this so that files generated by all users are accessible by all users, without having to change permissions later.

    Thanks!

  2. #2
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Acounts Setup Question

    See this - BoneKracker explains how to share a directory (music in this case):
    Two users to share music folder - group & permissions -BoneKracker:
    http://ubuntuforums.org/showthread.php?t=1484221
    The 2 at the beginning makes the directory SGID (Set Group ID). That means any files in the directory automatically will inherit the group of the folder, as opposed to the group of the user putting the file there.

    mv ~/music /home
    chown root:music /home/music
    chmod 2774 /home/music or 3774
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  3. #3
    Join Date
    Apr 2007
    Location
    Ohio USA
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Acounts Setup Question

    So if I'm reading this right, putting the first "2" allows the users in that group to write files into the directory, which another user in the same group could then modify?

  4. #4
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Acounts Setup Question

    I believe it is what ever permissions you give to the group as opposed to individual permissions.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

Bookmarks

Posting Permissions

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