Is your e3000 Environment Secure? Homestead security

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