www.ProFTPD.de

ProFTPD => ProFTPD - Deutsch => Thema gestartet von: kyza am 06. August 2003, 20:05:21



Titel: unix rechte werden nicht beachtet
Beitrag von: kyza am 06. August 2003, 20:05:21
Hi

ich hab Debian Woody installiert und das stable package von proftpd

die config sieht wie folgt aus
--schnipp--
ServerName                      "ftp"
ServerType                      standalone
DeferWelcome                    off

ShowSymlinks                    on
MultilineRFC2228                on
DefaultServer                   on
ShowSymlinks                    on
AllowOverwrite                  on

TimeoutNoTransfer               600
TimeoutStalled                  600
TimeoutIdle                     1200

DisplayLogin                    welcome.msg
DisplayFirstChdir               .message
LsDefaultOptions                "-l"

DenyFilter                      \*.*/

# Uncomment this if you are using NIS or LDAP to retrieve passwords:
#PersistentPasswd               off

# Port 21 is the standard FTP port.
Port                            21

# 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)
MaxInstances                    30

# Set the user and group that the server normally runs at.
User                            nobody
Group                           nogroup
--schnapp--

trotzdem darf ich als stink normaler user solche dateien loeschen:
-rw-r--r--    1 root     root           12 Aug  6 20:00 test


Kann mir jemand erklaeren warum?


--
MfG
  Bjoern


Titel: Re: unix rechte werden nicht beachtet
Beitrag von: stonki am 06. August 2003, 22:45:53
Zitat von: "kyza"


trotzdem darf ich als stink normaler user solche dateien loeschen:
-rw-r--r--    1 root     root           12 Aug  6 20:00 test


Kann mir jemand erklaeren warum?


<stonki ist ganz gemein weil zu heiss modus ON>
ja, lern linux rechte
<stonki ist ganz gemein weil zu heiss modus OFF>

uk:/home/stonki/test # ls -als
insgesamt 12
   4 drwxr-xr-x    3 stonki   users        4096 2003-08-06 21:41 .
   4 drwxr-xr-x   66 stonki   users        4096 2003-08-06 21:41 ..
   4 drwxr-xr-x    2 stonki   users        4096 2003-08-06 21:41 test

uk:/home/stonki/test/test # ls -als
insgesamt 8
   4 drwxr-xr-x    2 stonki   users        4096 2003-08-06 21:41 .
   4 drwxr-xr-x    3 stonki   users        4096 2003-08-06 21:41 ..
   0 -rwx------    1 root     root            0 2003-08-06 21:41 test


ok, wir haben als ein Verzeichnis "test" das MIR gehoert und darin liegt ein file,was root gehoert !

uk:~/test/test> whoami
stonki   <---also ich bin ich, kein Trick.

stonki@uk:~/test/test> ls -als
insgesamt 8
   4 drwxr-xr-x    2 stonki   users        4096 2003-08-06 21:41 .
   4 drwxr-xr-x    3 stonki   users        4096 2003-08-06 21:41 ..
   0 -rwx------    1 root     root            0 2003-08-06 21:41 test
stonki@uk:~/test/test> whoami
stonki
stonki@uk:~/test/test> rm test
rm: reguläre leere Datei (schreibgeschützt) »test« entfernen? y
stonki@uk:~/test/test> ls
stonki@uk:~/test/test>   <--- nix mehr da ?


Wie ? "stonki" kann "root" loeschen ?? JA ! Weil die Datei in einem Verzeichnis liegt, was mir gehoert ! Gehort das Oberverzeichnis root  -- dann geht natuerlich nix mehr ? Wieso ist das so ? KEINE AHNUNG !

cu
stonki


Titel: unix rechte werden nicht beachtet
Beitrag von: kyza am 07. August 2003, 10:21:53
also ich dachte immer ich waere mit den rechten unter linux vertraut,
aber diesen aspekt kannte ich nicht.

(das is ja sau bloed!!!)  :roll:

aber danke fuer die ausfuehrlich antwort


Titel: unix rechte werden nicht beachtet
Beitrag von: Wörsty am 07. August 2003, 21:30:19
Zitat von: "kyza"
(das is ja sau bloed!!!)  :roll:

Nicht schlimmer als Windows  :lol:


Titel: unix rechte werden nicht beachtet
Beitrag von: kyza am 08. August 2003, 11:35:35
he he :wink:

okay is auch wieder wahr.