githubEdit

tmux-session-hijack

Create a shared session

tmux -S /shareds new -s debugsess
chown root:devs /shareds

Check for Tmux process

ps aux | grep tmux

Check permissions

ls -la /shareds
id

Attach the Tmux session

tmux -S /shareds
id

Last updated