1:> 用root用户登陆:
a:启动ftp:
目录:/etc/init.d
命令: ./vsfrpd start
b:启动apatch:
目录:/usr/local/apache2/bin
命令:/apachectl start
c:关闭防火墙:
命令:iptables -F
2:> 切换用户,启动oracle数据库
a:切换用户
命令:su 用户名。
b:启动oracle数据库
目录:/usr/app/oracle/product/10.1.0/db-1/bin
命令:startup
c:关闭oracle数据库
命令:shutdown
d:启动监听器
命令:lsnrctl
3:> 启动tomcat
a:切换用户到common
目录:/usr/local/tomcat/bin
命令:./startup.sh
b:关闭tomcat
命令:./shutdown.sh
4:>
重启Linux服务器
a:命令:reboot
5>
启动oracle 10g的em
emctl start dbconsole
停止oracle 10g的em
emctl stop dbconsole
posted on 2006-08-28 10:42
七匹狼 阅读(695)
评论(0) 编辑 收藏 所属分类:
linux