[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: FTP



Le Thu, 20 Jun 2002 11:29:11 +0200
"Christophe Valentin" <christophe.valentin@freesoftcompany.com> a dit:

> Bonjour à tous,
> 
> Comment faire pour limiter a un certain volume le contenu d'un
répertoire
> accessible en ftp ?
> 
> D'avance merci à ceux qui me répondront.
> 
> Christophe

En ce qui me concerne, j'ai mis un système de fichier en disque virtuel
sur un fichier de taille voulue:

En clair, par exemple

dd if=/dev/zero of=sysftp bs=1024 count=1048576
mke2fs sysftp
mkdir /home/ftp
mount -o loop sysftp /home/ftp
puis suite normale

FB


-- 
To UNSUBSCRIBE, email to debian-user-french-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: