Skip to content

Commit 650796e

Browse files
author
Josiah Ritchie
committed
Linux distro auditing commands
1 parent 43da510 commit 650796e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

linux_audit.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ echo "## Linux Kernel:"
77
uname -a
88
echo ""
99

10+
echo "## LSB Reports Distro"
11+
lsb_release -ds
12+
echo ""
13+
14+
echo "## Proc Version"
15+
cat /proc/version
16+
echo ""
17+
1018
echo "## Apache"
1119
apache2 -v
1220
echo ""

0 commit comments

Comments
 (0)