Error Reporting Command
# tmux new -s 1
Error Code
error creating /tmp/tmux-0 (Permission denied)
Solution
# chown root:root /tmp/tmux-0
# tmux new -s 1
error creating /tmp/tmux-0 (Permission denied)
# chown root:root /tmp/tmux-0