mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-25 12:29:12 -05:00
10 lines
189 B
Markdown
10 lines
189 B
Markdown
# Tips n' Tricks
|
|
|
|
## Colors in SSH
|
|
|
|
The SSH terminal does support color. The issue is going to be the terminal configuration of the shell. Try typing this:
|
|
|
|
```bash
|
|
ls -al --color /tmp
|
|
```
|