Gentoo Archives: gentoo-server

From: Jason Qualkenbush <Jason.Qualkenbush@××××××××××.com>
To: gentoo-server@l.g.o
Subject: [gentoo-server] Dual directory perms
Date: Mon, 25 Oct 2004 17:44:06
Message-Id: 434d5a68db5856a4fcd7942174043445417d3b55@watchguard.com
1 I have a directory used for FTP with perms 330. Kind of like an anon
2 upload only directory. The problem is that, internally, I'd like to use
3 samba to browse this directory to receive the files.
4
5 I need the directory contents hidden if you ftp, and then be able to
6 allow samba users to see the directory. (ftp is external access, samba
7 is internal access)
8
9 Ln -s doesn't do it.
10
11 Rsync and copy commands are out.
12
13 The only thing I could think of was to create a loopback/vitrual file
14 system and mount it twice with different permissions at each mount
15 point.
16
17 Am I missing something easy?
18
19 -Jason

Replies

Subject Author
Re: [gentoo-server] Dual directory perms Richard Yumul <rmy@×××××××××.com>
Re: [gentoo-server] Dual directory perms Zubkov Alexander <green@×××××××××××.ru>