摘要:
将jdk压缩文件移动(rm [filename] [path])到指定路径下 tar -xzvf [jdk_filename] --解压文件 tar 命令 -x --解压 -z --拥有gzip属性(.gz文件) -v --显示过程 -f --文件名(*必须) 改写profile文件 vim /et 阅读全文
摘要:
root权限下 rpm -qa|grep ssh --查看ssh安装状态 servic sshd start --开启ssh服务 servic sshd stop --关闭ssh服务 servic sshd restart --重启ssh服务 netstat -antp|grep sshd --查看 阅读全文