Re: Creating a common folder for all users

2008-10-02 Thread Tim
On Mon, 2008-09-29 at 14:20 +0530, Steve Repo wrote: > create "share" group For what it's worth, there's already a "users" group that seems the obvious one to pick for that sort of thing. -- [EMAIL PROTECTED] ~]$ uname -r 2.6.25.14-108.fc9.i686 Don't send private replies to my address, the mail

Re: Creating a common folder for all users

2008-09-29 Thread Steve Repo
> > You could try using ACLs. > Each user would have specific permissions. > Each file and directory can have custom access. > Do "man setfacl". > Cool! That's something I didn't know. But, for now, I'll stick to good old group permission and sticky! Steve -- fedora-list mailing list fedora-lis

Re: Creating a common folder for all users

2008-09-29 Thread Jeroen van Meeuwen
Steve Repo wrote: On Mon, Sep 29, 2008 at 2:54 PM, Jeroen van Meeuwen <[EMAIL PROTECTED]> wrote: Steve Repo wrote: I have a f9 system at home and it is used by me, wife and kids. Sometimes we want to share files docs, pictures and stuff. Here are my plans, 1. mkdir /fileshare 2. create "shar

Re: Creating a common folder for all users

2008-09-29 Thread Aldo Foot
On Mon, Sep 29, 2008 at 2:34 AM, Steve Repo <[EMAIL PROTECTED]> wrote: > Thanks for all the tips! How do I prevent someone from deleting /fileshare? > > Steve You could try using ACLs. Each user would have specific permissions. Each file and directory can have custom access. Do "man setfacl". ~af

Re: Creating a common folder for all users

2008-09-29 Thread Ed Greshko
Steve Repo wrote: > On Mon, Sep 29, 2008 at 2:54 PM, Jeroen van Meeuwen <[EMAIL PROTECTED]> wrote: > >> Steve Repo wrote: >> >>> I have a f9 system at home and it is used by me, wife and kids. >>> >>> Sometimes we want to share files docs, pictures and stuff. Here are my >>> plans, >>> >>>

Re: Creating a common folder for all users

2008-09-29 Thread Steve Repo
On Mon, Sep 29, 2008 at 2:54 PM, Jeroen van Meeuwen <[EMAIL PROTECTED]> wrote: > Steve Repo wrote: >> >> I have a f9 system at home and it is used by me, wife and kids. >> >> Sometimes we want to share files docs, pictures and stuff. Here are my >> plans, >> >> 1. mkdir /fileshare >> >> 2. create "

Re: Creating a common folder for all users

2008-09-29 Thread Jeroen van Meeuwen
Steve Repo wrote: I have a f9 system at home and it is used by me, wife and kids. Sometimes we want to share files docs, pictures and stuff. Here are my plans, 1. mkdir /fileshare 2. create "share" group 3. add all users this group 4. chmod -R ug+rwx /fileshare 5. chown -R root:share /files

Re: Creating a common folder for all users

2008-09-29 Thread Ed Greshko
Steve Repo wrote: > I have a f9 system at home and it is used by me, wife and kids. > > Sometimes we want to share files docs, pictures and stuff. Here are my plans, > > 1. mkdir /fileshare > > 2. create "share" group > > 3. add all users this group > > 4. chmod -R ug+rwx /fileshare > > 5. chown -R

Creating a common folder for all users

2008-09-29 Thread Steve Repo
I have a f9 system at home and it is used by me, wife and kids. Sometimes we want to share files docs, pictures and stuff. Here are my plans, 1. mkdir /fileshare 2. create "share" group 3. add all users this group 4. chmod -R ug+rwx /fileshare 5. chown -R root:share /fileshare 6. for each us