Is your e3000 Environment Secure? Homestead security

page 17April 24, 2003
Is Your Homestead Secure? - Solution Symposium West
Listing all PROG files with PM capability
file temp;rec=,,b;disc=2147483647
listfile @.@.@,6;seleq=[code=prog] >*temp
file temp2;rec=,,b;disc=2147483647
xeq version.pub.sys <*temp >*temp2
xeq awk.hpbin.sys "'&
/^VERSION>/ { getline; getline prog } &
/^CAP:.*PM/ { print prog }'" <*temp2
purge *temp;temp
purge *temp2;temp