securecrt命令
cd yd_billing/
cp YD_Billing-0.0.1-SNAPSHOT.jar YD_Billing-0.0.1-SNAPSHOT.jar20180821 备份文件
rm boss-0.0.1-SNAPSHOT.jar删除文件
ls 查看目录下所有的文件(行)
ps -ef | grep java 查看进程
more info.billing.log 查看更多的log日志
ll 查看目录下所有的文件(列)
rz -y 上传本地jar
./billing-server.sh start 启动服务
tail -f billing-server.out 查看实时日志
输出前面几个字符,按tab键,会自动匹配出需要的文件名。
一下是scp的,只是看了同事操作了一下,写记录着,等日后熟悉了,再理解。
终端操作:
ydld:SupportingSystem ydld$ scp /Users/ydld/IdeaProjects/Balance/billing/YD_Billing/target/YD_Billing-0.0.1-SNAPSHOT.jar [email protected]:/home/zhaohaibo/bill
The authenticity of host '60.205.93.131 (60.205.93.131)' can't be established.
ECDSA key fingerprint is SHA256:5D8GSCodOgC2k6LzcnQ4h/Doe5SBwe/1X0AOGnvcsvk.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '60.205.93.131' (ECDSA) to the list of known hosts.
[email protected]'s password:
YD_Billing-0.0.1-SNAPSHOT.jar 100% 68MB 1.2MB/s 00:55
相关阅读
1、ping ping 命令是用来测试TCP/IP 网络是否畅通或者测试网络连接速度的命令,对确定网络是否正确连接,以及网络连接的状况十分有
找到原因了。之前在/etc/rc.local下写了一个脚本,这个脚本是while一直循环运行的,所以没有退出rc.local,也就是说init调用个没有释放
ESP8266在TCP Client和TCP Server模式下常用AT指令 参见《ESP8266 AT 指令使用示例例》 https://www.espressif.com/sites/default
你可曾知道Linux的魅力或威力来自哪里?那就是,由于众多发行版百花齐放,Linux的阵营日益壮大,每一款发行版都拥有一大批用户,开发者自愿
Linux的关机与重启命令重启命令:1、reboot2、shutdown -r now 立刻重启(root用户使用)3、shutdown -r 10 过10分钟自动重启(root