页面加载中...,请稍候。
PHPer
5年前发布了
https://blog.csdn.net/u011636440/article/details/78611838chestnut2019 最后发布于2017-11-23 10:55:52 阅读数 39013 收藏展开服务器型号[root@k80 ~]# dmidec... 查看更多
https://blog.csdn.net/qq_36602939/article/details/92074939
转载精哥哥最后发布于2019-06-15 12:17:56阅读数 ... 查看更多
1. 查看linux的内核版本,系统信息,常用的有三种办法:uname -a; more /etc/issue; cat /proc/version;2. 查看apache的版本信息,如果是通过yum,或者是rpm安装的,... 查看更多
yum -y install zip
Linux下的压缩解压缩命令详解及实例
实例:压缩服务器上当前目录的内容为xxx.zip文件
zip -r xxx.zip ./*
解压zip文件到当前目录
unzip filename.zip 查看更多