如果我jdksjdkd
使用 paramiko 在终端从一台机器执行到另一台机器,我得到stderr.readlines()
的是 Command not found
.
主页
/
user-213226
Abdulvakaf K's questions
Abdulvakaf K
Asked:
2018-05-09 06:16:20 +0800 CST
Abdulvakaf K
Asked:
2018-04-01 22:25:09 +0800 CST
Abdulvakaf K
Asked:
2018-03-13 23:08:28 +0800 CST
Abdulvakaf K
Asked:
2018-03-09 06:54:08 +0800 CST
我正在研究与盐有关的东西。在那里,我在 salt 文档中看到了 onlyif 条件。我对文档中的陈述感到困惑。
Also be aware that the **boolean value** is determined by the **shell's** concept of True and False, rather than **Python's** concept of True and False.
链接:https ://docs.saltstack.com/en/latest/ref/states/requisites.html
我的猜测是
`Shell Python`
True = 0 True = 1
False = 1 False = 0
如果我错了,请纠正我。
Abdulvakaf K
Asked:
2018-03-01 22:21:24 +0800 CST
密码:
/home/xxx
文件存在于:
/home/a/b/c/d/e/
在这里,我想在 pwd(即 xxx 文件夹)中 tar 一个目录“e”。
我试过这样
tar -vcf tarfile.tar /home/a/b/c/d/e/
但问题是它压缩了所有目录,如 ( /home/a/b/c/d/e
)。但我需要目录“e”应该被压缩。