06 2014 档案

摘要:进入tomcat bin目录下然后执行./version.shServer version: Apache Tomcat/6.0.26Server built: March 9 2010 1805Server number: 6.0.26.0 阅读全文
posted @ 2014-06-27 10:43 IT一族 阅读(939) 评论(0) 推荐(0) 编辑
摘要:1、建用户:adduser phpq //新建phpq用户passwd phpq //给phpq用户设置密码2、建工作组groupadd test //新建test工作组3、新建用户同时增加工作组useradd -g test phpq //新建phpq用户并增加到test工作组注::-g 所属组 ... 阅读全文
posted @ 2014-06-03 13:27 IT一族 阅读(294) 评论(0) 推荐(0) 编辑