Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Share hard drive for multiple users
Date: Tue, 20 Jan 2009 18:30:53
Message-Id: 20090120183047.5c7ff839@zaphod.digimed.co.uk
In Reply to: Re: [gentoo-user] Share hard drive for multiple users by Andrey Falko
1 On Tue, 20 Jan 2009 10:24:10 -0800, Andrey Falko wrote:
2
3 > Do you have rw permission set to the contents of the the formatted
4 > harddrive? For example, if you want the whole thing to be rwx, do
5 > chmod 777 /mnt/C/* -R. I personally, would do this:
6 >
7 > find /mnt/C -type d | xargs chmod 777
8 > find /mnt/C -type f | xargs chmod 666
9 >
10 > This will make all directories in the drive writeable, readable and
11 > executable (necessary for dirs) to everyone. All files will be readable
12 > and writeable to everyone.
13
14 But new files will still be only writeable by their creator.
15
16 You should look at using ACLs for this.
17
18 --
19 Neil Bothwick
20
21 Rugged: Too heavy to lift.

Attachments

File name MIME type
signature.asc application/pgp-signature