computer_science:linux:linux_cheatsheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computer_science:linux:linux_cheatsheet [2021/08/05 07:49] – [tmux] carlossousacomputer_science:linux:linux_cheatsheet [2023/12/01 12:07] (current) – external edit 127.0.0.1
Line 21: Line 21:
  
 </code>       |fg %2|<n> being the value from a job.| </code>       |fg %2|<n> being the value from a job.|
-|tmux|Opens a shell so the user can logout and the process keeps running in the background.|<code bash> 
-tmux 
  
 +\\
  
-</code>       |tmux →CTRL+B|  tmux starts the shell, CTRL+B-D puts it in the background. This prevents that if a user logged in via SSH, a software (for example a game server) to terminate once the user logged out.  | 
-|tmux attach|Attachs the shell to the tmux shell in the background|<code bash> 
-tmux attach 
- 
- 
-</code>       |tmux attach → D|Attachs the shell to the last used tmux.  | 
  
 ===== tmux ===== ===== tmux =====
  • computer_science/linux/linux_cheatsheet.1628149771.txt.gz
  • Last modified: 2023/12/01 12:07
  • (external edit)