woooo,再努力努力没准能顶上十大?~~~~~~~~~
rc.local本版最前面有例子吧好象……
--------------------------------------------------------------
mount tmpfs /home/bbs/bbstmpfs -t tmpfs -o size=128M
for i in brc tmp dynamic userattach zmodem bbsattach innd;do
mkdir /home/bbs/bbstmpfs/$i
done
chown bbs:bbs /home/bbs/bbstmpfs -R
/home/bbs/bin/bbsd
/home/bbs/bin/bbspop3d
su bbs -c "/home/bbs/bin/bbsevad"
su bbs -c "/home/bbs/bin/bbslogd"
su bbs -c "/home/bbs/bin/atthttpd"
-------------------------------------------------------------
对了,有个问题,这个bbstmpfs里的东西在结束bbsd前不能保留出来么?
每次重新mount这个tmpfs之后最近已读的帖子也都标记成未读了
不太清楚这个fs~~~
【 在 yaomaohua.bbs@bbs.qxntc.edu.cn (缘起缘灭) 的大作中提到: 】
: 这样可以吗?
: su -l -c /home/bbs/bin/shminit bbs
: 后面还要除了添加一行:
: /home/bbs/bin/bbsd
: 还要添加些什么呢?
: 【 在 lepton.bbs@ytht.net (在黑夜中等待黎明) 的大作中提到: 】
: : su bbs -c /home/bbs/bin/shminit
: ...................
--
FROM 221.14.170.151