mirror of
https://github.com/techarkit/shell-scripting-tutorial.git
synced 2025-08-03 07:34:30 +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 " " >> $LOG
|
||||||
echo "## Service Information" >> $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 " " >> $LOG
|
||||||
echo "## Docker Containers" >> $LOG
|
echo "## Docker Containers" >> $LOG
|
||||||
|
Reference in New Issue
Block a user