由 chinesefox 在 04-14-2004 15:42 发表:
我的FTP目录空间不够了,我能把文件放到其它目录下吗?
我把文件放到其它目录下,然后做一个链接放到FTP目录下,可以吗?
如何实现?请DX们指点一下。
由 jxwaxqb 在 04-14-2004 16:26 发表:
可以啊,注意权限。
我爱Cisco,我更爱Linux。
由 chinesefox 在 04-14-2004 17:12 发表:
应该怎样做呢?
由 Snoopy 在 04-14-2004 20:03 发表:
ln过去吧,注意下权限没什么问题
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 sjqu 在 04-15-2004 14:36 发表:
ln好像不行吧
应该用mount的bind选项在vsftpd的一篇文章中提到了,还可以直接将其加入fstab中
具体怎么写我记不清了,
由 dancefans 在 04-20-2004 16:00 发表:
从另一个硬盘上能实现读写吗?
mount /dev/hdc5 /var/ftp/movie (hdc5是另一硬盘)
但是我在客户端打不开/var/ftp/movie这个文件
显示:
200 Type set to I
200 PORT command successful
550 /movie/: Not a regular file
怎么办?
宿舍:PIII800+256MB+40G+GForce400MX+LFS
办公室:PIII550+128MB+20G+TNT2+LFS+win2000(用来打开OA)
由 hgkrt 在 04-20-2004 16:51 发表:
mount --bind ** -rw 啥的..
rw就是可以读写了...具体怎么写...
我也忘了..问问老大们!!!
欢迎访问我的个人主页!!!
主机:
网上空间:
http://www.paw.hi-ho.ne.jp/hgkrt
由 window218 在 04-21-2004 08:20 发表:
我觉得先mount过去先,然后再用虚拟目录.
mount /dev/hdc5 /mnt/5
mount --bind /mnt/5 /var/ftp/movie
由 dancefans 在 04-21-2004 14:18 发表:
试过了。不行啊。
并且不能这样操作
chown