We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cc054 commit ef39689Copy full SHA for ef39689
Linux/常用命令.md
@@ -1,4 +1,6 @@
1
```shell
2
+#查看报错信息
3
+journalctl -u xxx.service
4
5
sshpass -p Admin@9000 scp testcase.tar.gz [email protected]:/root/
6
sshpass -p Admin@9000 ssh 22 [email protected] "cd root/testcase && tar -zxvf testcase.tar.gz"
0 commit comments