【Linux】Linux相关操作
1.查看面板入口:
1 | /etc/init.d/bt default |
请输入新的面板密码:Xuzikang0917
|-用户名: ae9zbxss
|-新密码: Xuzikang0917
tar指令:
1 | tar -cvf [打的包的名称].tar [目录名称] --打包 |
Windows:
1 | netstat -ano | findstr 8082 |
Linux:
netstat -tln | grep 8083
netstat -anp | grep 8083 # 显示正在使用Socket的程序识别码和程序名称
kill -9 29686
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment