hier erstmal die config.
Zitat
#### CONFIXX PRO-FTPD CONFIG FILE ####
#### created at Wed Jul 26 14:58:23 2006 ###
# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use. It establishes a single server
# and a single anonymous login. It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.
ServerName echo688.server4you.de
DefaultServer on
ServerAdmin technik@echo688.server4you.de
ServerIdent on "FTP Server ready."
# Port 21 is the standard FTP port.
Port 21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022
# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
# Set the user and group that the server normally runs at.
User nobody
Group nogroup
TransferLog /var/log/xferlog
# Normally, we want files to be overwriteable.
AllowOverwrite on
#
# Do a chroot for web-users (i.e. public or www group), but
# do not change root if the user is also in the users group...
#
#DefaultRoot ~/public_html public,!users
#
DefaultRoot ~
# Groups that are not allowed to login
<Limit LOGIN>
DenyGroup poponly
</Limit>
### ENDE ####
<Global>
AllowForeignAddress on
AllowRetrieveRestart on
AllowStoreRestart on
MaxClients none
MaxClientsPerHost 10
TransferLog NONE
RootLogin off
IdentLookups off
DeleteAbortedStores off
</Global>
UseReverseDNS off
AllowForeignAddress on
AllowStoreRestart on
ServerType inetd
#### created at Wed Jul 26 14:58:23 2006 ###
# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use. It establishes a single server
# and a single anonymous login. It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.
ServerName echo688.server4you.de
DefaultServer on
ServerAdmin technik@echo688.server4you.de
ServerIdent on "FTP Server ready."
# Port 21 is the standard FTP port.
Port 21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022
# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
# Set the user and group that the server normally runs at.
User nobody
Group nogroup
TransferLog /var/log/xferlog
# Normally, we want files to be overwriteable.
AllowOverwrite on
#
# Do a chroot for web-users (i.e. public or www group), but
# do not change root if the user is also in the users group...
#
#DefaultRoot ~/public_html public,!users
#
DefaultRoot ~
# Groups that are not allowed to login
<Limit LOGIN>
DenyGroup poponly
</Limit>
### ENDE ####
<Global>
AllowForeignAddress on
AllowRetrieveRestart on
AllowStoreRestart on
MaxClients none
MaxClientsPerHost 10
TransferLog NONE
RootLogin off
IdentLookups off
DeleteAbortedStores off
</Global>
UseReverseDNS off
AllowForeignAddress on
AllowStoreRestart on
ServerType inetd
und nun zu mein wirwar:
also jeder meiner clan mitglieder hat sein verzeichniss
"home/user/eselwald"
"home/user/killerfee"
usw..
jeder ist in diese verzeichniss eingesperrt!!
die verzeichnisse sind für die leute, um dort ihr sachen zu speichern die keiner sieht!
zusätzlich habe ich ein gruppen verzeichniss
"home/alle/alles/demos"
"home/alle/alles/patche"
usw
auf diese verzeichnisse koennen alle zugreifen, dort schreiben und so weiter,
das habe ich mit "mount --bind /home/alle/ /home/user/username" gemacht.
nun reicht der platz der ersten platte nicht mehr aus, und ich habe die 2te Festplatte nach "/home/alle/alles/gamemovies" gemountet damit man dort auch drauf zugreifen kann. die fetsplatte habe ich mit denn befehl "mount /dev/sdb1 /home/alle/alles/gamemovies" gemountet.
nun habe ich das problem das wenn ich per FTP auf denn Server connecte das ich zwar das Verzeichniss "gamemovies" sehe ich es auch öffnen kann, es dann aber leer ist. ich kann dort weder die datein sehen noch kann ich was in dem Verzeichniss schreiben! es sind datein vorhanden.
per ssh sehe ich alle datein! nun möchte ich einfach nur, das alle auf das verzeichniss "/home/alle/alles/gamemovies" zugreifen können, die datein sehen und auch darin schreiben kann!!
ich habe dem verzeichniss die rechte 777 gegegben und auch alle datei haben diese recht desweitern habe ich den befehl "chmod -R a=rwX /home/alle/alles/gamemovies" ausgeführt und es hat damit leider nicht geklappt!
ich hoffe das ist so richtig und es sind alle infos drinne die du brauchst?!
ich danke dir für die mühe die du dir machst
gruss eselwald