带重定向的远程sudo

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了带重定向的远程sudo相关的知识,希望对你有一定的参考价值。

Ever wanted to execute remote commands with sudo while redirecting output to a file that doesn't belong to the user you login with? Combine single quotes with double quotes!
  1. for server in one two three; do
  2. ssh $server sudo bash -c "'cat >> /some/file << EOF
  3. Some Content
  4. EOF'"
  5. done

以上是关于带重定向的远程sudo的主要内容,如果未能解决你的问题,请参考以下文章

带重定向的广告网络卷曲

带重定向的chilkat ActiveX HTTP组件的问题

如何通过 sudo 使用输出重定向? [复制]

sudo 与输出重定向

一个带重试次数的curl 函数

如何使用sudo重定向