linux 常用开发命令

pkill -9 java
1034 clear
1035 cd ../
1036 rm -rf logs/*
1037 ps -ef|grep java
1038 sh bin/startup.sh
1039 tail -f oco
1040 tail -f logs/catalina.out
1041 cat /etc/hosts

正常配置

[root@localhost bin]# clear
[root@localhost bin]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6


1042 cat /etc/hostname
1043 ifconfig
1044 vim /etc/hosts
1045 vi /etc/hosts
1046 host
1047 cat /etc/hosts
1048 cat /etc/hostname
1049 ping invest-app1
1050 ls
1051 cd bin/
1052 cat catalina.sh
1053 vi catalina.sh
1054 ls
1055 sh shutdown.sh

posted @ 2020-08-06 18:25  *蓄势待发*  阅读(127)  评论(0)    收藏  举报