读书人

linux 下令搜集-1

发布时间: 2013-07-08 14:13:00 作者: rapoo

linux 命令搜集-1

?

chmod 755 /etc/rc.d/init.d/tomcat 

chkconfig --add tomcat

chkconfig tomcat on

chkconfig --list tomcat

/etc/rc.d/init.d/tomcat start

?

?yum只下载不安装

?

yum install --downloadonly --downloaddir=/tmp vsftpd

?

mysql远程登录:

Grant all privileges on *.* to 'root'@'%' identified by '123456' with grant option;

flush privileges;

?

?

?

?

?

?

读书人网 >UNIXLINUX

热点推荐