added forgotten spaces for better formating

master
czoczo 7 years ago
parent 40f6aa443c
commit d493432d77
  1. 10
      README.md

@ -6,7 +6,7 @@
If any of the above questions is true for you, this script might just be right for you.
## how?
statesnap.sh simply records output of commands such as ss, ps, ip and iptables with timestamp . This allows diff view of last recorded 'snap' compared to current situation. It provides information about:
_statesnap.sh_ simply records output of commands such as: _ss_, _ps_, _ip_ and _iptables_ with timestamp. This allows diff view of last recorded 'snap' compared to current situation. It provides information about:
- List of unique processes names
- List of opened TCP/UDP ports along with process name
- Firewall rules
@ -15,8 +15,8 @@ statesnap.sh simply records output of commands such as ss, ps, ip and iptables w
## usage
> ./statesnap.sh
> Usage: ./statesnap.sh [command]...
> Usage: ./statesnap.sh [command]
>
> snap - Make server status snapshot
> diff - Make a diff comparison against latest snapshot
> clear - Delete all previous snapshots
> snap - Make server status snapshot
> diff - Make a diff comparison against latest snapshot
> clear - Delete all previous snapshots

Loading…
Cancel
Save