19
0
Fork 0

import depuis le playbook ces cmd

This commit is contained in:
btatu 2020-02-06 16:33:11 +01:00
parent df2907edcb
commit bfb9f4c7cf
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ uptime > uptime.txt
ps auwx > ps.out
pstree -pan > pstree.out
ss -tanpul > listen.out
netstat -laputen > netstat.out
{ /sbin/iptables -L -n -v; /sbin/iptables -t filter -L -n -v; } > iptables.txt
~~~