Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux_commands [2020/04/18 17:48] – Add systemd misaka00251 | linux_commands [2022/03/02 15:14] (current) – Add tmux misaka00251 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Linux Commands ====== | ====== Linux Commands ====== | ||
| + | |||
| + | ===== tmux ===== | ||
| + | |||
| + | |||
| + | < | ||
| + | tmux new -s build | ||
| + | tmux detach | ||
| + | tmux ls | ||
| + | tmux attach -t 0 | ||
| + | tmux kill-session -t 0 | ||
| + | tmux switch -t 0 | ||
| + | tmux rename-session -t 0 < | ||
| + | </ | ||
| + | |||
| + | To create a new tab, '' | ||
| + | |||
| + | Switch between tabs, '' | ||
| ===== Copy ===== | ===== Copy ===== | ||