We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d280b6 commit f33dab4Copy full SHA for f33dab4
find_bash_users.sh
@@ -0,0 +1,2 @@
1
+#!/usr/bin/env bash
2
+awk -F: '$7 ~ /\/bin\/bash$/ {print $1}' /etc/passwd
0 commit comments