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;
?
?
?
?
?
?