Useful_unix_commands


title: Useful Unix commands

## man <command>
Gives you all the available options for a given <command>
### Screen
Create screen:
```shell
$> screen -S <screen-name>

Attach to a screen:

$> screen -R <screen-name>

Get out of screen without terminating it.

ctrl + A + D

List all screens

$> screen -ls

This is a sapling 🌱 in my digital garden 🏡.

Notes mentioning this note

There are no notes linking to this note.


Here are all the notes in this garden, along with their links, visualized as a graph.