Linux 基本操作命令
这是孤狼这几天操作Linux CentOS 7搭建PHP网站环境得到的一些基本命令。
reboot(重新启动系统)
poweroff(关闭系统)
yum -y install wget unzip(安装 wget unzip)
wget http://cn.wordpress.org/wordpress-3.3.2-zh_CN.zip(下载wordpress-3.3.2-zh_CN.zip)
unzip wordpress-3.3.2-zh_CN.z