Ftpd

Svein Halvor Halvorsen svein-freebsd-questions at theloosingend.net
Tue Jan 25 04:46:31 PST 2005


* Phillip Neumann [2005-01-21 00:36 -0000]
>  2)
>  
>  I dont understand permitions...
>  
>  i.e.
>  lftp usuarioftp at localhost:~> ls root-file
>  -rw-------  1 root        wheel         0 Jan 22 19:12 root-file
>  lftp usuarioftp at 10.0.0.56:~> mv root-file why_can_i_do_this
>  rename successful


I'm guessing that the directory in which the file resides is writable for 
the ftp-user. The user cannot read or write to the file itself, but it can 
read and write to the directory. That means that the user can delete and 
rename any file in that directory, but not copy (because that requires 
read-permissions).



More information about the freebsd-questions mailing list