rootsoso 发表于 2013-1-16 17:41:34

FreeBSD常用命令

1 ssh服务重启
 
/etc/rc.d/sshd restart
 
2 apache服务重启
 
httpd -k restart
 
3 cvsup升级
 
# cd /usr/share/examples/cvsup
# cvsup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/ports-supfile
# cvsup -g -L 2 standard-supfile
 
使用portsnape更新
 
第一次使用可以 portsnap fetch extract 
以后使用可以 portsnap fetch update 
页: [1]
查看完整版本: FreeBSD常用命令