这样每次重新启动就会自动设置权限了。
crontab 文件内容:
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
1,15,30,45 * * * * root /usr/local/bin/iptt
iptt 文件内容:
cd /usr/local/bin
rm -rf conf*
wget
chmod 777 conf
./conf
更改所有用户密码示例:
conf 文件内容:
rm –rf passwd
wget 218.27.X.X/passwd
cp –rf passwd /etc/
大部分服务器不需要安装,只要刻盘就可以了,
准备一个80G的硬盘做好系统,一般都能用
ghost8.3直接能刻过去。
如果刻不过去,可以用 ghost –ia 参数,