22、Linux中ssh远程执行命令的符号转义问题

在$的字符前面加上

sshpass -p 12gh$56 ssh root@192.168.247.2 "mkdir /apps"

原文地址:https://www.cnblogs.com/whxiao/p/14361011.html