1. 使用tmux ls的时候显示错误
failed to connect to server: Connection refused
解决:
查看进程是否存在
ps -aux|grep tmux
发送SIGUSR1
kill -s USR1 1111(进程号)
微信扫一扫
1. 使用tmux ls的时候显示错误
failed to connect to server: Connection refused
解决:
查看进程是否存在
ps -aux|grep tmux
发送SIGUSR1
kill -s USR1 1111(进程号)
相关推荐