mirror of
https://github.com/techarkit/shell-scripting-tutorial.git
synced 2025-07-28 23:28:40 +00:00
Update serverinformation.sh
This commit is contained in:
@ -95,7 +95,7 @@ ss -alntup |column -t |grep -E 'tcp|udp' >> $LOG
|
||||
|
||||
echo " " >> $LOG
|
||||
echo "## Service Information" >> $LOG
|
||||
systemctl list-units --type=service --state=active |grep -vE 'systemd|selinux' >> $LOG
|
||||
systemctl list-units --type=service --state=running |grep -vE 'systemd|selinux' >> $LOG
|
||||
|
||||
echo " " >> $LOG
|
||||
echo "## Docker Containers" >> $LOG
|
||||
|
Reference in New Issue
Block a user