Fixing errors in description

master
czoczo 7 years ago
parent d493432d77
commit 8f7996a872
  1. 8
      README.md

@ -3,17 +3,17 @@
- Not sure which services to expect to come up after reboot?
- Want to know what changed after a restart?
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 be just 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:
## How?
_statesnap.sh_ simply records output of commands such as: _ss_, _ps_, _ip_ and _iptables_ with timestamp. This allows to view difference beetween last recorded 'snap' and current situation. It provides information about:
- List of unique processes names
- List of opened TCP/UDP ports along with process name
- Firewall rules
- Routing table
- Mount points
## usage
## Usage
> ./statesnap.sh
> Usage: ./statesnap.sh [command]
>

Loading…
Cancel
Save