1. 使用tmux ls的时候显示错误
failed to connect to server: Connection refused
解决:
查看进程是否存在
ps -aux|grep tmux
发送SIGUSR1
kill -s USR1 1111(进程号)
tmux之常见问题
阅读 147
2022-05-30
1. 使用tmux ls的时候显示错误
failed to connect to server: Connection refused
解决:
查看进程是否存在
ps -aux|grep tmux
发送SIGUSR1
kill -s USR1 1111(进程号)
相关推荐
精彩评论(0)