tools
tmux
tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached.
Change default working directory
Change default working directory
1 tmux attach -c /path/to/new/working_directory
Or from within the session with <prefix>+ : to enter in exec-mode
Tmux toggle logging
~/.tmux.conf
1 bind-key H pipe-pane -o "exec cat >>$HOME/'#W-tmux.log'" \; display-message 'Toggled logging to $HOME/#W-tmux.log'
screen
Multiuser
As user
As superuser
As user
As superuser
Some more privacy - nice !!!
Password
Some more privacy - nice !!!