added forgotten spaces for better formating

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

@ -6,7 +6,7 @@
If any of the above questions is true for you, this script might just be right for you. If any of the above questions is true for you, this script might just be right for you.
## how? ## 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 unique processes names
- List of opened TCP/UDP ports along with process name - List of opened TCP/UDP ports along with process name
- Firewall rules - Firewall rules
@ -15,7 +15,7 @@ statesnap.sh simply records output of commands such as ss, ps, ip and iptables w
## usage ## usage
> ./statesnap.sh > ./statesnap.sh
> Usage: ./statesnap.sh [command]... > Usage: ./statesnap.sh [command]
> >
> snap - Make server status snapshot > snap - Make server status snapshot
> diff - Make a diff comparison against latest snapshot > diff - Make a diff comparison against latest snapshot

Loading…
Cancel
Save