Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在打开一个 ssh 隧道ssh -f -N -L ...
ssh -f -N -L ...
一次可以像这样打开多个实例。
我想在 ssh 命令中添加信息,以便我可以通过ps管道到 grep 找到它。
ps
有没有办法将数据添加到命令中,以便它显示在`ps aux
通过它的PID找到它还不够吗?(在bash中,PID 可以像这样简单地返回:)
ssh -f -N -L ... & echo $!