wiki/HowtoOpenBSD/CheatSheet.md

12 lines
289 B
Markdown
Raw Normal View History

2023-09-07 11:42:18 +02:00
---
categories: openbsd
title: CheatSheet : correspondances des commandes entre OpenBSD et Debian
---
## Réseau
|Commande|Debian|OpenBSD|
|---|---|---|
|Voir les IP des interfaces| `ifconfig` ou `ip a`| `ifconfig` |
|Voir les ports ouverts| `netstat` ou `ss`| `fstat | grep internet` |