码迷,mamicode.com
首页 > 系统相关 > 详细

linux软件安装常用操作

时间:2015-06-05 22:55:57      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:apache

以Apache安装为例:


1. 设为开机启动


chkconfig httpd on


2. 添加为系统服务

chkconfig --add httpd


3. 查看端口号


netstat -anp|grep :80


4. 查看进程号


ps -aux|grep httpd


5. 启动服务


二进制启动:  /etc/rc.d/init.d/httpd start


系统服务启动:service httpd status


6. 备份配置文件


复制一份就行了


7. VM中图像界面和字符中断切换[针对CentOS]


按ctrl+alt+[F2-F6]切换到命令行


输入startx切换到图形界面





本文出自 “屌丝逆袭” 博客,请务必保留此出处http://5731674.blog.51cto.com/5721674/1658991

linux软件安装常用操作

标签:apache

原文地址:http://5731674.blog.51cto.com/5721674/1658991

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!