1.设置Linux系统时间 date -s "月/日/年 时/分" eg:date -s "02/24/2016 10:23"
2.查看端口使用进程 lsof -i:端口号 或者 netstat -anp|grep 端口号
3.查看linux版本 uname -a
4.
1.设置Linux系统时间 date -s "月/日/年 时/分" eg:date -s "02/24/2016 10:23"
2.查看端口使用进程 lsof -i:端口号 或者 netstat -anp|grep 端口号
3.查看linux版本 uname -a
4.
转载于:https://www.cnblogs.com/lin-bear/p/5212105.html