码迷,mamicode.com
首页 > 系统相关 > 详细

2019_08_06 简单指令 linux主体

时间:2019-08-06 23:59:16      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:dir   stat   简单   解压   window   tomcat日志   tail   执行   code   

基础

cd /usr/xxx

ll or ls 

mkdir xxx

touch xxx.txt or xxx.config

chmod 777 xxx.config (可读可写可执行)

vi or vim xxx.config

i dd Esc : wq or q!

查询tomcat日志

less catalina.out

G ->? or / key ->N or n 查找下一个

tail -f catalina.out
tail -f catalina.out -n 1000 

ps -ef | grep tomcat 
netstat -tunlp | grep 8080 or PID (linux)
netstat -ano | findstr "8080" (windows)

telnet xxxx.xxx.xx.x 
telnet xxx.xxx.xx.x 8080 (A 机器 查看 B机器/B机器端口是否连通 )

解压
jar -xvf xxx.war
jar xf xxx.jar

2019_08_06 简单指令 linux主体

标签:dir   stat   简单   解压   window   tomcat日志   tail   执行   code   

原文地址:https://www.cnblogs.com/du1991/p/11312621.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!